diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-01-25 21:11:43 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2004-01-25 21:11:43 (GMT) |
commit | 3ced61065d252f4f8a3cf5f310f30094d91ac83c (patch) | |
tree | 5e3ff29c80e73d69c88e8b33d670753c31eed4b2 /src/classdef.h | |
parent | 29348f280d674693e74e30ae55ca63ab3b97372e (diff) | |
download | Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.zip Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.tar.gz Doxygen-3ced61065d252f4f8a3cf5f310f30094d91ac83c.tar.bz2 |
Release-1.3.5-20040125
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, |