summaryrefslogtreecommitdiffstats
path: root/src/rtfgen.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-06-23 09:46:45 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-06-23 09:46:45 (GMT)
commit54bcd31ff103383c6c75ed87b00f846ec29b8040 (patch)
treec485ad24b61429cd10455b2d438236483a47c189 /src/rtfgen.h
parentf7c4c021594300b449c3991de8c0918ad7f965af (diff)
downloadDoxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.zip
Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.gz
Doxygen-54bcd31ff103383c6c75ed87b00f846ec29b8040.tar.bz2
Release-1.2.16-20020623
Diffstat (limited to 'src/rtfgen.h')
-rw-r--r--src/rtfgen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/rtfgen.h b/src/rtfgen.h
index fa70b13..7c6640a 100644
--- a/src/rtfgen.h
+++ b/src/rtfgen.h
@@ -177,7 +177,9 @@ class RTFGenerator : public OutputGenerator
void endMemberDescription();
void startDescList(SectionTypes);
void endDescList();
- void startParamList(ParamListTypes);
+ void startSimpleSect(SectionTypes,const char *,const char *,const char *);
+ void endSimpleSect();
+ void startParamList(ParamListTypes,const char *);
void endParamList();
void endDescTitle();
void writeDescItem();