Michael R Sweet
d3598ab24c
Don't use XHTML in HTML.
2005-11-30 15:42:35 +00:00
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
735989840c
Save work on adding @private@ comment support...
...
mxml-file.c:
- Change comment from @private to @private@.
mxmldoc.c:
- scan_file(): Changes to support @private@.
- update_comment(): Remove node if the comment contains @private@.
2005-11-29 20:43:30 +00:00
Michael R Sweet
4e533e861b
Fix inifinite loop bug.
2005-11-02 20:47:43 +00:00
Michael R Sweet
a5ea819842
Bump version to 2.3.
...
Add @since ...@ comments.
Fix parsing of @...@ comments.
Add comments to end of each list item.
Use "-Os -g" as the default optimization with GCC.
Change string functions to use _mxml prefix instead.
2005-10-13 18:27:00 +00:00
Michael R Sweet
62376c5156
Fix comment processing.
2005-10-13 12:46:54 +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
539f042f3d
Clean up tables.
2005-09-22 02:11:24 +00:00
Michael R Sweet
d9276fe08f
Add --intro and --title options to mxmldoc, and treat names starting
...
with "_" as private.
2005-09-22 00:29:55 +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
d05a2f8d52
Fixed an XML output bug in mxmldoc.
...
The "make install" target now uses the install command to set the
proper permissions on UNIX/Linux/OSX.
2005-04-24 23:23:59 +00:00
Michael R Sweet
6712bf6914
Update for 2.2 release.
2005-02-26 05:27:25 +00:00
Michael R Sweet
886a707ad7
Update copyright to 2005.
2005-01-29 07:21:44 +00:00
Michael R Sweet
a2682a2ee2
Fix "subscript has type char" warnings...
2004-10-31 15:32:14 +00:00
Michael R Sweet
c0878b3f9a
Treat UTF-8 sequences that are longer than needed as an error (STR #4 )
2004-10-28 01:07:00 +00:00
Michael R Sweet
0fd3bd7f33
Optimizations and bug fixes from STR #2 :
...
- mxmlIndexNew() sort algorithm update to eliminate unnecessary
right-hand recursion.
- Combine printf() and puts() calls in mxmldoc to reduce the number
of calls and code size.
- mxmlSaveFile() now writes Unicode chars with fwrite for potential
speedup and modest size savings.
- mxmlEntityAddCallback() now returns an integer status so an app
knows when it was not possible to add an entity callback.
2004-06-01 20:19:34 +00:00
Michael R Sweet
08896f33e5
pkg-config support.
...
Update mxmldoc to produce XML conforming to the schema.
Update the schema so that it works.
Add version number to XML output.
2004-05-02 22:02:36 +00:00
Michael R Sweet
537afc37da
More documentation fun.
...
Move version definition to configure script.
Add XML schema for the mxmldoc output.
2004-05-02 16:04:40 +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
465d3e7231
Change whitespace callback to return a string.
2004-05-01 15:20:05 +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
Michael R Sweet
d375968261
More fiddling.
2004-04-30 03:40:05 +00:00
Michael R Sweet
be7aecc399
More tests and fixes.
2004-04-30 01:40:55 +00:00
Michael R Sweet
9ccd55b017
Start fixing class handling.
2004-04-29 20:48:52 +00:00
Michael R Sweet
e28ebd001c
Copyright updates.
2004-04-06 01:47:20 +00:00
Michael R Sweet
011d8d34d7
More HTMLDOC output tweeks...
2004-03-04 22:02:01 +00:00
Michael R Sweet
885cf929af
Update mxmldoc to produce HTMLDOC-friendly HTML files.
2004-03-04 21:51:30 +00:00
Michael R Sweet
e4491379f8
Tweek mxmldoc.
...
Add entity support.
2003-12-19 02:56:11 +00:00
Michael R Sweet
4dbac7157e
Fix enum handling.
2003-12-04 04:55:57 +00:00
Michael R Sweet
417206e811
More fixes to support 'extern "C" {' and other assorted fun.
2003-12-03 22:22:49 +00:00
Michael R Sweet
52c8493cdb
Add valgrind target.
...
More mxmldoc cleanup.
2003-12-03 22:17:57 +00:00
Michael R Sweet
6bc3523143
Prelim changes to mxmldoc; think I'll be revamping the code parser
...
completely...
2003-12-03 04:26:30 +00:00
Michael R Sweet
466072f832
More debug stuff.
...
Fix sort_node() bug in mxmldoc.
2003-12-03 03:59:04 +00:00
Michael R Sweet
17200e8cfe
Move "set" methods in a separate file.
...
Add standard callback methods in a separate file.
Fix some bugs in mxmldoc...
2003-09-28 21:09:04 +00:00
Michael R Sweet
6531fd7d8f
Add --with-ansi configure option to avoid using non-ANSI strdup() function.
2003-07-27 23:11:40 +00:00
Michael R Sweet
d18b4626fd
doco updates
2003-07-26 17:24:14 +00:00
Michael R Sweet
a93015657e
Make "Enumeration" plural in the documentation contents.
2003-07-20 14:37:34 +00:00
Michael R Sweet
54428c284f
Add strdup emulation as needed.
...
Bump version to 1.1.
2003-07-20 13:41:17 +00:00
Michael R Sweet
bcc99b153a
Fix some more documentation generator bugs.
...
Add detailed docos to the file.
2003-06-14 23:56:47 +00:00
Michael R Sweet
0cc4b9e665
Fix mxmldoc handling of comments, now getting quite usable documentation.
...
Add additional tests to testmxml.
Bump to v1.0.
2003-06-14 22:14:17 +00:00
Michael R Sweet
70040fe9d2
More changes to documentation generator...
...
Cleanup library header file.
2003-06-07 21:27:05 +00:00
Michael R Sweet
57847b02c1
Update mxmldoc program to handle function arguments/variables.
2003-06-06 03:09:31 +00:00
Michael R Sweet
cbbef5124f
Prep for 0.93 release.
2003-06-05 13:49:14 +00:00
Michael R Sweet
49065790fe
Generate HTML docos.
...
Fix some problems with function docos and void functions.
2003-06-05 12:11:53 +00:00
Michael R Sweet
a9403b21b4
Working mxmldoc core.
2003-06-05 03:06:20 +00:00
Michael R Sweet
1d1c545e64
Fix whitespace handling.
...
Partially working mxmldoc!
2003-06-04 23:20:31 +00:00