diff options
Diffstat (limited to 'src/groupdef.h')
-rw-r--r-- | src/groupdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/groupdef.h b/src/groupdef.h index 341fa98..3e8d188 100644 --- a/src/groupdef.h +++ b/src/groupdef.h @@ -129,6 +129,7 @@ class GroupDef : public Definition void startMemberDocumentation(OutputList &ol); void endMemberDocumentation(OutputList &ol); void writeAuthorSection(OutputList &ol); + void writeSummaryLinks(OutputList &ol); QCString title; // title of the group bool titleSet; // true if title is not the same as the name |