diff --git a/CHANGES b/CHANGES index 752015b..ff4c5ff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,10 @@ -CHANGES - 08/16/2005 +CHANGES - 09/21/2005 -------------------- CHANGES IN Mini-XML 2.2.3 + - The mxmldoc program now supports --title and --intro + options. - The mxmlLoad*() functions could leak a node on an error (STR #27) - The mxml_vsnprintf() function could get in an infinite diff --git a/doc/mxml.html b/doc/mxml.html index bab2930..c8030f9 100644 --- a/doc/mxml.html +++ b/doc/mxml.html @@ -1831,13 +1831,19 @@ Ty Coon, President of Vice

B - Release Notes

Changes in Mini-XML 2.2.3

Changes in Mini-XML 2.2.2

diff --git a/doc/mxmldoc.man b/doc/mxmldoc.man index 482d0a6..149ac0d 100644 --- a/doc/mxmldoc.man +++ b/doc/mxmldoc.man @@ -15,13 +15,18 @@ .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" -.TH mxmldoc 1 "mini-XML" "25 February 2005" "Michael Sweet" +.TH mxmldoc 1 "mini-XML" "21 September 2005" "Michael Sweet" .SH NAME mxmldoc \- mini-xml documentation generator .SH SYNOPSIS .B mxmldoc +[ --intro +.I introfile.html +] [ --title +.I title +] [ .I filename.xml -[ +] [ .I source file(s) ] > .I filename.html @@ -39,6 +44,15 @@ In general, any C or C++ source code is handled by code with documentation that is formatted according to the CUPS Configuration Management Plan which is available at "http://www.cups.org/documentation.php". +.SH OPTIONS +.TP 5 +\--intro introfile.html +.br +Inserts the specified file at the top of the output documentation. +.TP 5 +\--title title +.br +Sets the title of the output documentation. .SH SEE ALSO mxml(3), Mini-XML Programmers Manual, http://www.easysw.com/~mike/mxml/ .SH COPYRIGHT diff --git a/doc/relnotes.html b/doc/relnotes.html index 7b62276..50e1af3 100644 --- a/doc/relnotes.html +++ b/doc/relnotes.html @@ -7,6 +7,9 @@