jsdox v0.4.3 Release Notes

Release Date: 2014-10-13 // over 9 years ago
    • ๐Ÿ“š Index generation for your generated documentation with -i (vdeturckheim)
    • ๐Ÿ“š Recursive generation of documentation with -r (ie: documentation for subdirectories is generated too) (vdeturckheim)
    • ๐Ÿ“š Respectful recursive generation with --rr (ie: the documentation for dir1/dir2/file.js will be in output_dir/dir1/dir/file.md) (vdeturckheim)
    • ๐Ÿ‘‰ Use JSCS to check code formatting (mrjoelkemp, psq)
    • normalizing headers to pound format (boneskull)
    • ๐Ÿ‘‰ use alternate horizontal rules so you don't get them confused with headers (boneskull)
    • โž• adding types to members (boneskull)
    • types display monospace (boneskull)
    • ๐Ÿ›  classes prefixed with "Class:" (boneskull)
    • ๐Ÿ‘ @example tag support for @module and @function (boneskull)
    • separate @author from @license (boneskull)