From dee5ea6bc7364a57b3ec72513b2f99d2d87cdefb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 30 Nov 2005 15:54:16 +0000 Subject: [PATCH] Final changes to make mxmldoc generate valid HTML 4.0 with no errors. --- CHANGES | 8 +- doc/reference.html | 214 ++++++++++++++++++++++----------------------- doc/relnotes.html | 7 +- mxmldoc.c | 58 ++++++------ 4 files changed, 146 insertions(+), 141 deletions(-) diff --git a/CHANGES b/CHANGES index 4cec895..2ef63fa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,12 +1,14 @@ -CHANGES - 10/18/2005 +CHANGES - 11/30/2005 -------------------- CHANGES IN Mini-XML 2.3 - Added two exceptions to the LGPL to support static linking of applications against Mini-XML. - - The mxmldoc program now supports "@since version@" and - "@deprecated@" comments. + - The mxmldoc program now generates correct HTML 4.0 + output (previously it generated invalid XHTML...) + - The mxmldoc program now supports "@deprecated@, + "@private@", and "@since version@" comments. - Fixed function and enumeraion type bugs in mxmldoc. - Fixed XML schema for mxmldoc. - The mxmldoc program now supports --title and --intro diff --git a/doc/reference.html b/doc/reference.html index 43def64..1d29a3b 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1,9 +1,9 @@ - - + + Documentation -