-
Notifications
You must be signed in to change notification settings - Fork 0
generates javadoc compatibile comments for c++ function definitions
vim-scripts/jdox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1687 JDOX is a vim plugin that generates javadoc compatibile comment for c++ function definitions. The main point that differs jdox from similar commenting plugins is that jdox supports comments between arguments, function name and return types. Example: /** * Function: a_function * @author Pawel Prokop * @param str * @param number * @return unsigned int * @version 1.0 */ unsigned int a_function ( char * str, /* int not_used_anymore, */ unsigned int number) {
About
generates javadoc compatibile comments for c++ function definitions
Resources
Stars
Watchers
Forks
Packages 0
No packages published