mxml/test
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
..
.cvsignore Forgot these files... 2004-05-01 23:43:26 +00:00
class.cxx List private, protected, and public members of the class separately. 2004-05-01 22:45:34 +00:00
dotest.sh Fix support for @private@, and make it universal for all things. 2005-11-30 15:31:58 +00:00
enum.cxx Fix C++ class/struct handling. 2004-05-01 04:30:43 +00:00
function.cxx Fix support for @private@, and make it universal for all things. 2005-11-30 15:31:58 +00:00
functype.cxx Fix XML schema for mxmldoc. 2005-09-29 02:20:19 +00:00
struct.cxx Fix support for @private@, and make it universal for all things. 2005-11-30 15:31:58 +00:00
type.cxx Fix support for @private@, and make it universal for all things. 2005-11-30 15:31:58 +00:00