From e01c4d0a474950421df705ab78efd4bfc565a58f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 17 Jul 2008 16:43:18 +0000 Subject: [PATCH] Add noframes section. --- mxmldoc.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mxmldoc.c b/mxmldoc.c index 96dd549..5b31427 100644 --- a/mxmldoc.c +++ b/mxmldoc.c @@ -2952,6 +2952,16 @@ write_html(const char *section, /* I - Section */ fprintf(out, "\n", basename); fprintf(out, "\n", basename); fputs("\n" + "\n" + "<h1>", out); + write_string(out, title, OUTPUT_HTML); + fprintf(out, + "</h1>\n" + "<ul>\n" + "\t<li><a href=\"%s-toc.html\">Table of Contents</a></li>\n" + "\t<li><a href=\"%s-body.html\">Body</a></li>\n" + "</ul>\n", basename, basename); + fputs("\n" "\n", out); fclose(out);