jdox : generates javadoc compatibile comments for c++ function definitions
| script karma |
Rating 10/7,
Downloaded by 674 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Pawel Prokop |
| |
| script type |
| utility |
| |
| description |
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) {
|
| |
| install details |
copy jdox_cpp.vim into .vim/plugin directory.
Usage: when cursor is on function name press \d (backslash d) |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.147
|