nodoc
Version:
A simple and 'low-level' source code comments parser and gitHub flavored markdown API documentation generator.
85 lines (67 loc) • 1.15 kB
Markdown
v0.3.4 - v0.3.6
======
- update yaku
v0.3.3
======
- bug fix
v0.3.2
======
- fix a build issue
v0.3.1
========
- revert an ugly style hack
v0.3.0
=========
- opt: default template
- update document
v0.2.4
==========
- opt: @return means a function
v0.2.3
===========
- opt: Function with no param can use an empty @param to get better render result.
v0.2.2
============
- fix: a typo in nodejs
- opt: coffee rules
v0.2.1
=============
- opt: coffee rules
- opt: default tpl
v0.2.0
=========
- opt: use [yaku](https://github.com/ysmood/yaku) to replace `bluebird`.
- upd: dep
- new: predefined tag `@noPrefix`
v0.1.7
==========
- fix: an option passing bug
v0.1.6
=========
- minor bug fix
- upd: dep
v0.1.5
==========
- more lightwight
v0.1.4
==========
- remove useless name prefix, such as `self`
- fix a template bug for display `_`
v0.1.3
=============
- fix a parser bug: parse {Object={}} as {Object={}
- update nofs
v0.1.2
==================
- update dependency
v0.1.1
===================
- Add predefined tags
+ @private
+ @nodoc
+ @alias
+ @prefix
- opt: doc
v0.1.0
====================
- First version