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

reference format.
pull/193/head
Michael R Sweet 17 years ago
parent 06d3aa27fb
commit 346be509a3
  1. 4
      Makefile.in
  2. 2
      doc/mxml.book
  3. 2852
      doc/reference.html
  4. 7
      doc/reference.intro
  5. 725
      mxmldoc.c

@ -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

@ -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

@ -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>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save