summaryrefslogtreecommitdiff
path: root/cli/man.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-17 13:59:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-17 13:59:39 +0200
commit0e56fe29a9afeee00e02e722496678df89d37d50 (patch)
treeada5f6ea6978344f2e75e6194d65a1191cc6e649 /cli/man.hxx
parent577a38358b295379511ea8bb130ef1dcb7157c0f (diff)
Complete the implementation of the option documentation
Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation.
Diffstat (limited to 'cli/man.hxx')
-rw-r--r--cli/man.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/man.hxx b/cli/man.hxx
new file mode 100644
index 0000000..7a4100a
--- /dev/null
+++ b/cli/man.hxx
@@ -0,0 +1,14 @@
+// file : cli/man.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_MAN_HXX
+#define CLI_MAN_HXX
+
+#include "context.hxx"
+
+void
+generate_man (context&);
+
+#endif // CLI_MAN_HXX