Save work on mxmldoc; add --css option, start of --framed, add discussion

text, new classes for HTML output customization.
This commit is contained in:
Michael R Sweet 2008-01-26 07:24:53 +00:00
parent 346be509a3
commit 1e2bbbc851
3 changed files with 1270 additions and 1434 deletions

13
TODO
View File

@ -1,4 +1,4 @@
TODO - 2007-11-22
TODO - 2008-01-25
-----------------
- Add access methods and make node structure opaque.
@ -8,3 +8,14 @@ TODO - 2007-11-22
-- Make this the core implementation which the C API accesses?
-- Class would allow for subclassing, is that necessary?
- Binary XML support???
- mxmldoc
DONE -- --css filename option
-- First paragraph is description
-- Remaining is "Discussion"
-- Add element for write_description().
-- Add write_function() with base heading level, add for methods.
-- --framed filename option (filename-toc.html,
filename-body.html, filename.html)
-- Add link/constant markup a la Doxygen for description text.
--- @code foo@ for <code>foo</code>
--- @link name@ for <a href='#name'>name</a>

File diff suppressed because it is too large Load Diff

1090
mxmldoc.c

File diff suppressed because it is too large Load Diff