summaryrefslogtreecommitdiffstats
path: root/src/mangen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangen.h')
-rw-r--r--src/mangen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mangen.h b/src/mangen.h
index 35439d6..3f81dfc 100644
--- a/src/mangen.h
+++ b/src/mangen.h
@@ -39,6 +39,8 @@ class ManGenerator : public OutputGenerator
bool isEnabled(OutputType o) { return (o==Man && active); }
OutputGenerator *get(OutputType o) { return (o==Man) ? this : 0; }
+ void printDoc(DocNode *);
+
static void init();
void startFile(const char *name,const char *manName,
const char *title,bool external);