diff options
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index fbd4cf7..ae42993 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -302,6 +302,8 @@ class ClassDef : public Definition * \param fName the file name as found in the tag file. * This overwrites the file that doxygen normally * generates based on the compound type & name. + * \param isSymbol If TRUE this class name is added as a publicly + * visible (and referencable) symbol. */ ClassDef(const char *fileName,int startLine, const char *name,CompoundType ct, |