diff -r d8fccb2cd802 -r 468f4c8d3d5b Orb/Doxygen/src/rtfgen.h --- a/Orb/Doxygen/src/rtfgen.h Fri Apr 23 20:47:58 2010 +0100 +++ b/Orb/Doxygen/src/rtfgen.h Wed Aug 11 14:49:30 2010 +0100 @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2008 by Parker Waechter & Dimitri van Heesch. + * Copyright (C) 1997-2010 by Parker Waechter & Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -63,8 +63,8 @@ void startParagraph(); void endParagraph(); void writeString(const char *text); - void startIndexListItem() {} - void endIndexListItem() {} + void startIndexListItem(); + void endIndexListItem(); void startIndexList(); void endIndexList(); void startIndexKey(); @@ -96,7 +96,9 @@ void startMemberSections() {} void endMemberSections() {} - void startMemberHeader() { startGroupHeader(); } + void startHeaderSection() {} + void endHeaderSection() {} + void startMemberHeader(const char *) { startGroupHeader(); } void endMemberHeader() { endGroupHeader(); } void startMemberSubtitle(); void endMemberSubtitle();