summaryrefslogtreecommitdiff
path: root/cli/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/generator.cxx')
-rw-r--r--cli/generator.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/cli/generator.cxx b/cli/generator.cxx
index f67b8aa..04f2b89 100644
--- a/cli/generator.cxx
+++ b/cli/generator.cxx
@@ -42,19 +42,6 @@ namespace
"// compiler for C++.\n"
"//\n\n";
- static char const man_header[] =
- ".\\\"\n"
- ".\\\" The following documentation was generated by CLI, a command\n"
- ".\\\" line interface compiler for C++.\n"
- ".\\\"\n";
-
- static char const html_header[] =
- "\n"
- "<!-- \n"
- " The following documentation was generated by CLI, a command\n"
- " line interface compiler for C++.\n"
- "-->\n\n";
-
string
make_guard (string const& file, context& ctx)
{
@@ -488,8 +475,6 @@ generate (options const& ops, semantics::cli_unit& unit, path const& p)
append (os, ops.man_prologue (), ops.man_prologue_file (), unit);
- os << man_header;
-
context ctx (os, unit, ops);
generate_man (ctx);
@@ -527,8 +512,6 @@ generate (options const& ops, semantics::cli_unit& unit, path const& p)
append (os, ops.html_prologue (), ops.html_prologue_file (), unit);
- os << html_header;
-
context ctx (os, unit, ops);
generate_html (ctx);