summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 7187e5d..fe951ad 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -22,6 +22,7 @@
class QFile;
+/** Generator for Man page output. */
class ManGenerator : public OutputGenerator
{
public:
@@ -160,7 +161,7 @@ class ManGenerator : public OutputGenerator
void endSmall() {}
void startMemberDescription(const char *,const char *) { t << "\n.RI \"\\fI"; firstCol=FALSE; }
void endMemberDescription() { t << "\\fP\""; firstCol=FALSE; }
- void writeInheritedSectionTitle(const char *,const char *,
+ void writeInheritedSectionTitle(const char *,const char *,const char *,
const char *,const char *,const char *) {}
void startDescList(SectionTypes);
void endDescList() {}
@@ -184,6 +185,7 @@ class ManGenerator : public OutputGenerator
void startQuickIndices() {}
void endQuickIndices() {}
void writeSplitBar(const char *) {}
+ void writeNavigationPath(const char *) {}
void writeLogo() {}
void writeQuickLinks(bool,HighlightedItem,const char *) {}
void startContents() {}