summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h
index ea944be..2b95de9 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -237,6 +237,11 @@ class ManGenerator : public OutputGenerator
void startFontClass(const char *) {}
void endFontClass() {}
+ void startHtmlOnly() {}
+ void endHtmlOnly() {}
+ void startLatexOnly() {}
+ void endLatexOnly() {}
+
private:
bool firstCol;
bool paragraph;