mdjavadoc
mdjavadoc copied to clipboard
A script that generates markdown javadocs for use in Jekyll and GitHub Pages.
Apparently some people prefer to use "\\" instead of "@" for stuff like `\returns Something.` and so on. I guess it's faster to type. Maybe it's standardized somewhere I don't...
This program currently uses a few regexes to parse the source code, which - well, _it works_. However, it does apparently re-execute the statement against each source code file for...
They just don't do what they're supposed to. Rip.
Currently, index files overwrite any doc files that happen to be supplied with the same name as them unless extensions are enabled. As naming the index file something else in...
Pretty simple, just gotta add the first string (split by a space) of each item (split by a comma) in the arguments (surrounded by parentheses) in the declaration line which...