JDOX

JDOX is a vim plugin that generates javadoc compatibile comment for c++ function definitions.
Download

JDOX Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Pawel Prokop
  • Publisher web site:
  • http://prokop.ae.krakow.pl/projects/qlbar.html

JDOX Tags


JDOX Description

JDOX is a vim plugin that generates javadoc compatibile comment for c++ function definitions. JDOX is a vim plugin that generates javadoc compatible comment for c++ function definitions. Some time ago I found a similar vim plugin that generated c-style comments. I like javadoc style comments even in c++, so I decided to write my own plugin, mostly configurable - see CONFIGURATION in jdox_cpp.vim file.It can work with definitions, function declarations, and classes. Only commenting of function definitions is currently supported. 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) {


JDOX Related Software