Class JavadocComments

Index Home MAE > MAE Architecture > MAE Data Types > Class Index > Class JavadocComments

Summary
Public Properties
See Also

#include <CppFile.h >

Summary

A data structure to hold the various parts of a Javadoc comment block.

Public Properties

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


See Also

CppFile