Update mxmldoc output to use a more modern format similar to Apple's

reference format.
This commit is contained in:
Michael R Sweet 2008-01-25 07:50:40 +00:00
parent 06d3aa27fb
commit 346be509a3
5 changed files with 1801 additions and 1803 deletions

View File

@ -3,7 +3,7 @@
#
# Makefile for Mini-XML, a small XML-like file parsing library.
#
# Copyright 2003-2007 by Michael Sweet.
# Copyright 2003-2008 by Michael Sweet.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
@ -325,7 +325,7 @@ testmxml.o: mxml.h
mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c)
$(RM) mxml.xml
./mxmldoc-static mxml.xml mxml.h $(PUBLIBOBJS:.o=.c) >doc/reference.html
./mxmldoc-static --intro doc/reference.intro mxml.xml mxml.h $(PUBLIBOBJS:.o=.c) >doc/reference.html
valgrind: mxmldoc-static
$(RM) valgrind.xml

View File

@ -7,5 +7,5 @@ advanced.html
mxmldoc.html
license.html
relnotes.html
refapp.html
reference.html
schema.html

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,4 @@
<html>
<body>
<h1 align='right'><a name='REFERENCE'><img src="C.gif" align="right"
hspace="10" width="100" height="100" alt="C"></a>Library
Reference</h1>
<embed src='reference.html'>
</body>
</html>

761
mxmldoc.c

File diff suppressed because it is too large Load Diff