Commit Graph

101 Commits

Author SHA1 Message Date
Michael R Sweet
59e1bbbb7a Add support for generating Xcode documentation sets.
Fix a few Clang-detected issues.
2008-11-28 10:56:50 +00:00
Michael R Sweet
62b697c229 Fix framed output. 2008-07-17 16:36:21 +00:00
Michael R Sweet
d7fcf13ff8 Fix mxml.pc typo (STR #79) 2008-03-21 04:31:07 +00:00
Michael R Sweet
8aff906d87 Fix man page output.
Prep for 2.5 release.
2008-01-29 05:28:31 +00:00
Michael R Sweet
29ab62983c write_element() was writing to stdout. 2008-01-29 01:00:40 +00:00
Michael R Sweet
fe77bb9f69 More style tweaking. 2008-01-28 00:35:41 +00:00
Michael R Sweet
3c890fa238 Scan intro file for headings, add to table-of-contents.
Consistently use classes for all headings.

Always use <div class="body"> for the body of the docs.

Cleanup stylesheet to avoid stylesheet conflicts.
2008-01-27 23:54:03 +00:00
Michael R Sweet
1fed22b03c Add --footer, rename --heading to --header.
Update man page for mxmldoc.
2008-01-26 21:04:57 +00:00
Michael R Sweet
ee8df0fe52 Bump version to 2.5.
Add --heading option to place contact before table-of-contents and intro.

Tweak the mxmldoc test suite.

Use " instead of ' for attribute values.

Quote titles, etc. as needed.

Move TOC and HTML header generation to separate functions in preparation for
frame support.
2008-01-26 20:50:28 +00:00
Michael R Sweet
1e2bbbc851 Save work on mxmldoc; add --css option, start of --framed, add discussion
text, new classes for HTML output customization.
2008-01-26 07:24:53 +00:00
Michael R Sweet
346be509a3 Update mxmldoc output to use a more modern format similar to Apple's
reference format.
2008-01-25 07:50:40 +00:00
Michael R Sweet
5f263362a9 Use \- instead of - in man pages (STR #68) 2008-01-13 01:51:16 +00:00
Michael R Sweet
fdd1764429 Remove old .cvsignore files.
Don't distribute print-version images in the regular source tarball.
2007-11-23 06:51:57 +00:00
Michael R Sweet
6057e7ee02 Prep for 2.4 release.
Update documentation.
2007-11-23 02:15:07 +00:00
Michael R Sweet
237a4ad90e Fix output of function argument descriptions.
Use minixml.org for schema.
2007-09-26 01:32:57 +00:00
Michael R Sweet
b6661a118c Add pthread support. 2007-09-22 21:00:56 +00:00
Michael R Sweet
658c6bd661 mxmlElementSetAttrf() did not work (STR #57) 2007-09-15 20:04:56 +00:00
Michael R Sweet
d6d842e60a Bump version to 2.4.
Added mxmlElementDeleteAttr() function (STR #59).
2007-09-15 20:03:15 +00:00
Michael R Sweet
e9a1907adf Changelog. 2007-09-09 08:28:50 +00:00
Michael R Sweet
30feac1369 Add mxml_isspace() local Unicode implementation of isspace() with inlining
when possible (STR #48)
2007-09-09 07:27:08 +00:00
Michael R Sweet
b0e38fbcbf Fix mxmlWalkNext() and mxmlWalkPrev() when node == top (STR #53) 2007-09-09 07:16:52 +00:00
Michael R Sweet
3fcd4256a7 More updates to the cover. 2007-05-23 21:38:42 +00:00
Michael R Sweet
d66b477da8 Convert background for cover to CMYK for better printing. 2007-05-23 20:40:39 +00:00
Michael R Sweet
bb942fc21e Fix superscript text size for TM's. 2007-05-18 19:31:18 +00:00
Michael R Sweet
857757257e Add background image to book cover. 2007-05-17 03:28:47 +00:00
Michael R Sweet
42cdf96241 Resize cover page. 2007-04-27 01:29:20 +00:00
Michael R Sweet
7d8801c7dd Update docos. 2007-04-27 01:10:20 +00:00
Michael R Sweet
92abe20fb4 Update cover image. 2007-04-27 01:05:38 +00:00
Michael R Sweet
6fb1d1b5e5 Install chapter images.
Uncomment typedef comment handling.
2007-04-27 00:49:03 +00:00
Michael R Sweet
463a190a55 Don't install or create formatted man pages.
New logo.

Documentation updates.
2007-04-26 22:21:37 +00:00
Michael R Sweet
0a79a46ac3 Save work on manual. 2007-04-24 02:48:40 +00:00
Michael R Sweet
8ed535457f Add cover image. 2007-04-23 22:01:24 +00:00
Michael R Sweet
bf73da6782 Save work on documentation.
Add SAX load APIs.

Add man page output for mxmldoc.

Add types for various callback functions.
2007-04-23 21:48:03 +00:00
Michael R Sweet
0f8052e766 Add mxmlNewXML() function and use it.
More updates to the manual.
2007-04-19 21:12:08 +00:00
Michael R Sweet
94ad843d35 Formatting changes. 2007-04-19 03:31:10 +00:00
Michael R Sweet
b4eca043a0 Save documentation updates. 2007-04-18 19:25:26 +00:00
Michael R Sweet
6d33fb1163 Add mxmlElementSetAttrf function (STR #43) 2007-04-18 14:55:08 +00:00
Michael R Sweet
9fb36b4a2f Added snprintf() emulation function for test program (STR #32) 2007-04-18 13:14:10 +00:00
Michael R Sweet
c27692f2d0 Add the _CRT_SECURE_NO_DEPRECATE definition when building on VC++
2005 (STR #36)
2007-04-18 12:58:36 +00:00
Michael R Sweet
d5abcc44b3 Fix detection of bad elements. 2007-04-18 02:45:47 +00:00
Michael R Sweet
40a4dd5242 Fix detection of missing close tags at the end of a document (STR #45) 2007-04-18 02:37:01 +00:00
Michael R Sweet
4636114c5b Really Mini-XML 2.3, update documentation. 2007-04-18 01:55:03 +00:00
Michael R Sweet
cb7c6c2311 Add user_data and ref_count members to mxml_node_t structure.
Add mxmlRelease() and mxmlRetain() for reference-counted node management.

Add mxmlSetWrapMargin() to control wrapping of XML output.
2007-04-18 01:08:58 +00:00
Michael R Sweet
fe9a9b251c Conditionally check for EINTR (STR #33) 2005-12-07 15:01:08 +00:00
Michael R Sweet
cc5890089d Documentation updates.
Add --section option.
2005-12-03 03:32:32 +00:00
Michael R Sweet
2e7bc89ddd Clean up stylesheet. 2005-11-30 16:16:56 +00:00
Michael R Sweet
4ddc06eeab Move comment info before text in headings. 2005-11-30 16:14:07 +00:00
Michael R Sweet
defaeae1df Use "title" class to add underline to titles instead of HR element afterwards. 2005-11-30 16:04:34 +00:00
Michael R Sweet
dee5ea6bc7 Final changes to make mxmldoc generate valid HTML 4.0 with no errors. 2005-11-30 15:54:16 +00:00
Michael R Sweet
d3598ab24c Don't use XHTML in HTML. 2005-11-30 15:42:35 +00:00