diff options
Diffstat (limited to 'src/groupdef.h')
-rw-r--r-- | src/groupdef.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/groupdef.h b/src/groupdef.h index bedc064..879b2a2 100644 --- a/src/groupdef.h +++ b/src/groupdef.h @@ -119,8 +119,7 @@ class GroupDef : public Definition FileList *fileList; // list of files in the group ClassSDict *classSDict; // list of classes in the group NamespaceList *namespaceList; // list of namespaces in the group - GroupList *groupList; // list of sub groups. - //GroupList *parentGroupList; // list of parent groups. + GroupList *groupList; // list of sub groups. PageSDict *pageDict; // list of pages in the group PageSDict *exampleDict; // list of examples in the group |