summaryrefslogtreecommitdiff
path: root/cli/header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-20 07:06:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-20 07:06:51 +0200
commitddb77e1407eeaf0f18390cb49d915ca50ac2b528 (patch)
treea914a9aaa4894f94795cb2b556e332ce25470e37 /cli/header.hxx
parentf15dcbcb90c92e0ce4c9ff575349b60713fe1f83 (diff)
Add header, inline, and source generators
All they currently do is output the namespace structure plus the included C++ files for header.
Diffstat (limited to 'cli/header.hxx')
-rw-r--r--cli/header.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/header.hxx b/cli/header.hxx
new file mode 100644
index 0000000..a546664
--- /dev/null
+++ b/cli/header.hxx
@@ -0,0 +1,14 @@
+// file : cli/header.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CLI_HEADER_HXX
+#define CLI_HEADER_HXX
+
+#include "context.hxx"
+
+void
+generate_header (context&);
+
+#endif // CLI_HEADER_HXX