Class JavadocComments
#include <CppFile.h >
A data structure to hold the various parts of a Javadoc comment block.
int lineNo |
starting line # |
string comment |
the method's comments |
HashArray params |
parameter descriptions (param name is key) |
string see |
|
string returns |
comment about return value |