Commit Graph
3 Commits
Author SHA1 Message Date
David Parsons cb40546d8a Change the function type for generatexml from void to int 2009-05-12 12:53:16 -07:00
David Parsons ac59073ea1 1. Attempt to update the documentation for the new functions.
2. Fix broken parameter order in xml.c
3. publish mkd_generatexml, mkd_xml in mkdio.h
2009-05-12 12:37:59 -07:00
David Parsons 70594763c4 Replace the internal function __mkd_xml() with new published
functions `mkd_generatexml()` [write the xml'ed version of a
string to a file] and `mkd_xml()` [write the xml'ed version of
a string into `malloc()`ed memory]
Also move `mkd_text()` into mkdio.c, and put the new xml functions
into their own module.
2009-05-12 10:15:28 -07:00