sponsor Vim development Vim logo Vim Book Ad

jdox : generates javadoc compatibile comments for c++ function definitions

 script karma  Rating 10/7, Downloaded by 512  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)
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
jdox_cpp.vim 1.00pre1 2006-10-22 7.0 Pawel Prokop Initial upload
ip used for rating: 18.221.165.246

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github