summaryrefslogtreecommitdiff
path: root/cli/html.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-11-08 21:28:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-11-08 21:28:46 +0200
commit577a38358b295379511ea8bb130ef1dcb7157c0f (patch)
treeb127b18e013c4d09ee1f878ae367f8d83dfd20f6 /cli/html.hxx
parentbe7e864610327863e0c717fdec417ac2dcdaa2e9 (diff)
Implement HTML pages generation
Diffstat (limited to 'cli/html.hxx')
-rw-r--r--cli/html.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/html.hxx b/cli/html.hxx
new file mode 100644
index 0000000..5794dc7
--- /dev/null
+++ b/cli/html.hxx
@@ -0,0 +1,14 @@
+// file : cli/html.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_HTML_HXX
+#define CLI_HTML_HXX
+
+#include "context.hxx"
+
+void
+generate_html (context&);
+
+#endif // CLI_HTML_HXX