coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

Fix block comments conversion #191

Closed kerbyfc closed 8 years ago

kerbyfc commented 9 years ago

Sublime Text 3 coffee syntax highlighting and Docblockr plugin works well with comments, such as:

  ###*
   * [reactify description]
   * @param  {[type]} type [description]
   * @return {[type]}      [description]
  ###
  @reactify = (type) ->
    component = _specs[type.name] ?= React.createClass(
     ...

But codo doesn't support it! Fix it with merge, please. Thanks for codo!

kerbyfc commented 9 years ago

Tests don't pass in _master_ branch

npm --version 1.4.28 node --version v0.10.35

inossidabile commented 8 years ago

Needs rebase and a test case.