diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index 3277716..d81242a 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -187,8 +187,8 @@ class ManGenerator : public OutputGenerator void endParamList(); void endDescTitle(); void writeDescItem(); - void startSection(const char *,const char *,bool); - void endSection(const char *,bool); + void startSection(const char *,const char *,SectionInfo::SectionType); + void endSection(const char *,SectionInfo::SectionType); void writeSectionRef(const char *,const char *,const char *,const char *) {} void writeSectionRefItem(const char *,const char *,const char *) {} //void writeSectionRefAnchor(const char *,const char *,const char *) {} @@ -248,6 +248,9 @@ class ManGenerator : public OutputGenerator void startLatexOnly() {} void endLatexOnly() {} + void startSectionRefList() {} + void endSectionRefList() {} + private: bool firstCol; bool paragraph; |