summaryrefslogtreecommitdiff
path: root/man/make_man_page.py
AgeCommit message (Expand)Author
2016-01-11Fixed make_man_page.py so it includes typedefs again.John MacFarlane
2015-07-12Limit generated man page to 72 character line width.John MacFarlane
2015-01-11Added cmark.3 man page to repository and archive.John MacFarlane
2014-12-29Fixed md2man for python3.John MacFarlane
2014-12-24Fixed make_man_page.py so it works with both python2 and python3.John MacFarlane
2014-12-17Create cmark.3 in cmake build process.John MacFarlane
2014-12-13Added API documentation to src/cmark.h. Closes #224.John MacFarlane
2014-12-13Makefile fixes for man page.John MacFarlane
2014-12-13Use typewriter font for signatures in man pages.John MacFarlane
2014-12-13Write API docs in cmark.h using markdown.John MacFarlane
2014-11-30More man page improvements.John MacFarlane
2014-11-30Fixed commas in man 3 page.John MacFarlane
2014-11-30Make the man pages standard groff man rather than mdoc.John MacFarlane
2014-11-30Fixed bug in splitting arguments in make_man_page.py.John MacFarlane
2014-11-30Man page: proper date format.John MacFarlane
2014-11-30Set proper name and section in man page.John MacFarlane
2014-11-30Create man 3 page without markdown intermediary.John MacFarlane
2014-11-30Updated make_man_page.py to use C89 comments.John MacFarlane
2014-11-29Use make_man_page.py + pandoc to create cmark.3 man page from cmark.h.John MacFarlane
2014-11-29make_man_page.py improved.John MacFarlane
2014-11-29Added make_man_page.py script.John MacFarlane