equal
deleted
inserted
replaced
1 /****************************************************************************** |
1 /****************************************************************************** |
2 * |
2 * |
3 * |
3 * |
4 * |
4 * |
5 * Copyright (C) 1997-2008 by Parker Waechter & Dimitri van Heesch. |
5 * Copyright (C) 1997-2010 by Parker Waechter & 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. |
61 |
61 |
62 void newParagraph(); |
62 void newParagraph(); |
63 void startParagraph(); |
63 void startParagraph(); |
64 void endParagraph(); |
64 void endParagraph(); |
65 void writeString(const char *text); |
65 void writeString(const char *text); |
66 void startIndexListItem() {} |
66 void startIndexListItem(); |
67 void endIndexListItem() {} |
67 void endIndexListItem(); |
68 void startIndexList(); |
68 void startIndexList(); |
69 void endIndexList(); |
69 void endIndexList(); |
70 void startIndexKey(); |
70 void startIndexKey(); |
71 void endIndexKey(); |
71 void endIndexKey(); |
72 void startIndexValue(bool); |
72 void startIndexValue(bool); |
94 void startItemListItem(); |
94 void startItemListItem(); |
95 void endItemListItem(); |
95 void endItemListItem(); |
96 |
96 |
97 void startMemberSections() {} |
97 void startMemberSections() {} |
98 void endMemberSections() {} |
98 void endMemberSections() {} |
99 void startMemberHeader() { startGroupHeader(); } |
99 void startHeaderSection() {} |
|
100 void endHeaderSection() {} |
|
101 void startMemberHeader(const char *) { startGroupHeader(); } |
100 void endMemberHeader() { endGroupHeader(); } |
102 void endMemberHeader() { endGroupHeader(); } |
101 void startMemberSubtitle(); |
103 void startMemberSubtitle(); |
102 void endMemberSubtitle(); |
104 void endMemberSubtitle(); |
103 void startMemberDocList() {} |
105 void startMemberDocList() {} |
104 void endMemberDocList() {} |
106 void endMemberDocList() {} |