summaryrefslogtreecommitdiffstats
path: root/src/groupdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-10-01 17:23:42 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-10-01 17:23:42 (GMT)
commit0d0eec1df129221379625a52e5fe8ff6f21f104c (patch)
treeff3e5497c510b749f3d2e73414320758618faa42 /src/groupdef.h
parent6778bfcda9c30df98ea011cca3d36705798531b4 (diff)
downloadDoxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.zip
Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.gz
Doxygen-0d0eec1df129221379625a52e5fe8ff6f21f104c.tar.bz2
Release-1.2.2-20001001
Diffstat (limited to 'src/groupdef.h')
-rw-r--r--src/groupdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupdef.h b/src/groupdef.h
index e673f7b..385c6e5 100644
--- a/src/groupdef.h
+++ b/src/groupdef.h
@@ -41,6 +41,7 @@ class GroupDef : public Definition
public:
GroupDef(const char *fileName,int line,const char *name,const char *title);
~GroupDef();
+ DefType definitionType() { return TypeGroup; }
QCString getOutputFileBase() const { return fileName; }
const char *groupTitle() const { return title; }
void addFile(const FileDef *def);