equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Dimitri van Heesch. |
6 * |
6 * |
7 * Permission to use, copy, modify, and distribute this software and its |
7 * Permission to use, copy, modify, and distribute this software and its |
8 * documentation under the terms of the GNU General Public License is hereby |
8 * documentation under the terms of the GNU General Public License is hereby |
9 * granted. No representations are made about the suitability of this software |
9 * granted. No representations are made about the suitability of this software |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
10 * for any purpose. It is provided "as is" without express or implied warranty. |
127 void startMemberDeclarations(OutputList &ol); |
127 void startMemberDeclarations(OutputList &ol); |
128 void endMemberDeclarations(OutputList &ol); |
128 void endMemberDeclarations(OutputList &ol); |
129 void startMemberDocumentation(OutputList &ol); |
129 void startMemberDocumentation(OutputList &ol); |
130 void endMemberDocumentation(OutputList &ol); |
130 void endMemberDocumentation(OutputList &ol); |
131 void writeAuthorSection(OutputList &ol); |
131 void writeAuthorSection(OutputList &ol); |
|
132 void writeSummaryLinks(OutputList &ol); |
132 |
133 |
133 QCString title; // title of the group |
134 QCString title; // title of the group |
134 bool titleSet; // true if title is not the same as the name |
135 bool titleSet; // true if title is not the same as the name |
135 QCString fileName; // base name of the generated file |
136 QCString fileName; // base name of the generated file |
136 FileList *fileList; // list of files in the group |
137 FileList *fileList; // list of files in the group |