Commit Graph

10 Commits

Author SHA1 Message Date
Michael R Sweet
f7fdbeb2c9 Fix support for @private@, and make it universal for all things.
mxmldoc.c:
    - find_public(): Added
    - scan_file(): Revert previous @private@ changes, clear
      typedefnode after we assign a comment, and remove
      unnecessary @private@ comment check.
    - write_documentation(): Use find_public() instead of
      mxmlFindElement() when enumerating public types, structs,
      etc.

test/dotest.sh:
    - Run "make mxmldoc-static" so that the test uses a current
      executable.

test/function.cxx:
    - Add @private@ function.

test/struct.cxx:
    - Add @private@ struct.

test/type.cxx:
    - Added (simple typedef types)
2005-11-30 15:31:58 +00:00
Michael R Sweet
2fc73455b2 Add support for @deprecated@ and @since version@ comments (still needs some
work)
2005-10-13 06:18:51 +00:00
Michael R Sweet
8406ab7c2c Fix functions of the form "name(void)" 2005-10-07 03:41:07 +00:00
Michael R Sweet
55177569a9 Fix XML schema for mxmldoc.
Fix function and enumeration type processing in mxmldoc.

Add function type test file.

Add stub for new XML schema validation program.
2005-09-29 02:20:19 +00:00
Michael R Sweet
35b7bc18e3 Fix typedef handling bug in mxmldoc.
Don't use valgrind in dotest.sh...
2005-06-14 02:53:52 +00:00
Michael R Sweet
03930e80cb Forgot these files... 2004-05-01 23:43:26 +00:00
Michael R Sweet
36fc2a366d List private, protected, and public members of the class separately. 2004-05-01 22:45:34 +00:00
Michael R Sweet
82fe862574 C++ class scope support.
Cleanup.
2004-05-01 07:08:14 +00:00
Michael R Sweet
8de7c5c624 Default arguments. 2004-05-01 05:39:48 +00:00
Michael R Sweet
c00d7f55a2 Fix C++ class/struct handling.
Move and separate test files for mxmldoc.
2004-05-01 04:30:43 +00:00