mirror of
https://github.com/documentationjs/documentation.git
synced 2026-02-01 14:53:07 +00:00
886 B
886 B
1.4.0
- Output for the
@throwstag. - Output in HTML for the
@propertiestag.
1.3.0
- Now infers
namefromclassandeventtags - Support for documenting C++ code with the
polyglotoption and--polyglotCLI option - Fixed github linking
- Support for JSDoc3-style bracketed optional parameters, like
/**
* @param {Type} [param=defaultValue]
*/
1.2.0
- Transforms in package.json
browserify.transformfields are now applied to source code so that babel, etc can be supported. - Fixes crash caused by requiring JSON files
1.1.0
- Add
externaloption that allows the user to whitelist specific external modules to be included in with documentation.
1.0.7
- Fixes sorting order of documentation
- Switches order of static and instance members in output