diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-10-01 17:23:42 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-10-01 17:23:42 (GMT) |
commit | 0d0eec1df129221379625a52e5fe8ff6f21f104c (patch) | |
tree | ff3e5497c510b749f3d2e73414320758618faa42 /src/classdef.h | |
parent | 6778bfcda9c30df98ea011cca3d36705798531b4 (diff) | |
download | Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.zip Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.gz Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.bz2 |
Release-1.2.2-20001001
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index 39c29d1..dd4b16f 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -58,6 +58,7 @@ class ClassDef : public Definition const char *name,CompoundType ct, const char *ref=0,const char *fName=0); ~ClassDef(); + DefType definitionType() { return TypeClass; } QCString getOutputFileBase() const { return fileName; } QCString displayName() const; CompoundType compoundType() const { return compType; } |