|
d9d8f51e
|
2021-10-23T14:37:47
|
|
wikiheaders.pl: Add support for deprecated functions.
|
|
55f60847
|
2021-10-08T20:49:51
|
|
wikiheaders.pl: Try to handle functions with multiple declarations better.
|
|
3970a885
|
2021-10-08T14:39:28
|
|
wikiheaders.pl: Migrate in docs that exist only in the wiki.
This is going to expose some docs that needs cleaning up once
the bridge imports those docs, though.
|
|
7def81cf
|
2021-09-30T17:34:25
|
|
wikiheaders.pl: Don't treat chars in `code` blocks as markdown.
Otherwise a formula like `x = y * 2;` would treat that '*' as the start of
an italicized section when converting to MediaWiki format, and match any
other '*' in the content as the end marker.
|
|
8796f35e
|
2021-09-01T00:19:54
|
|
wikiheaders.pl: Make sure all wiki API pages reference CategoryAPI.
|
|
c07e5e99
|
2021-07-14T17:07:41
|
|
wikiheaders.pl: Add --copy-to-header option.
...because I keep mistyping it without the 's' on the end. :/
|
|
8ec9fbdd
|
2021-07-14T11:58:57
|
|
wikiheaders.pl: pull in full sections from headers, fix more whitespace.
|
|
bab0eb71
|
2021-07-14T10:03:31
|
|
wikiheaders.pl: Fix some wordwrap whitespace issues.
|
|
7390bc0e
|
2021-07-14T09:36:07
|
|
wikiheaders.pl: Fix \sa tags that (incorrectly!) have "()" appended.
|
|
d115857c
|
2021-07-14T08:11:18
|
|
wikiheaders.pl: A bunch of work on correct wordwrap and (de)wikify.
|
|
1f17bc54
|
2021-07-13T12:25:23
|
|
wikiheaders: look for "c++" before "c" in regular expression.
|
|
269d0773
|
2021-07-13T11:11:55
|
|
wikiheaders: Ignore doxygen comments that aren't "/**" on a line by itself.
Makes this ignore /** single line comments */
|
|
8130950e
|
2021-07-13T11:11:33
|
|
wikiheaders: trim whitespace at edges after wordwrapping.
|
|
ab7944f9
|
2021-03-25T12:52:15
|
|
wikiheaders: fixed regex for converting markdown bold+italic to mediawiki.
|
|
f5544542
|
2021-03-25T12:50:18
|
|
wikiheaders: when merging into headers, wordwrap in Markdown style.
|
|
45d128db
|
2021-03-24T22:36:06
|
|
wikiheaders: Fixed double-wikify call.
|
|
5753fd73
|
2021-03-24T12:52:48
|
|
wikiheaders.pl: Whitespace fixes.
|
|
c2152928
|
2021-03-24T10:46:05
|
|
wikiheaders.pl: Mark some sections as wiki-only so we don't lose them.
|
|
231b849c
|
2021-03-24T10:45:27
|
|
wikiheaders.pl: Properly handle and wordwrap bullet lists.
|
|
7a2a1a85
|
2021-03-16T13:46:03
|
|
documentation: initial script to merge header comments and the wiki.
This is a work-in-progress, but the idea is it can convert between our
wiki and the SDL header's doxygen comments, so we can attempt to keep them
in sync.
This might be a fool's errand, but I'm optimistic it'll work enough that we
can clean up little issues as we go, as long as we have some discipline
about how we write documentation. If nothing else, it's going to result in
a solid spring-cleaning of both the wiki and the headers!
|