From 577a38358b295379511ea8bb130ef1dcb7157c0f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 8 Nov 2009 21:28:46 +0200 Subject: Implement HTML pages generation --- cli/html.hxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cli/html.hxx (limited to 'cli/html.hxx') 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 +// 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 -- cgit v1.1