mdjavadoc icon indicating copy to clipboard operation
mdjavadoc copied to clipboard

A script that generates markdown javadocs for use in Jekyll and GitHub Pages.

Results 6 mdjavadoc issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

They just don't do what they're supposed to. Rip.

bug

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...

enhancement

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...

enhancement