mxml/TODO
Michael R Sweet 6d78b14377 Add support for @code and @link markup in descriptions.
Support @private@ for constants, variables, and types.
2008-01-27 08:01:43 +00:00

11 lines
349 B
Plaintext

TODO - 2008-01-25
-----------------
- Add access methods and make node structure opaque.
-- To allow for C++ migration
-- To make future binary compatibility easier
- Add C++ class/struct.
-- Make this the core implementation which the C API accesses?
-- Class would allow for subclassing, is that necessary?
- Binary XML support???