gjtorikian / biscotto

UNMAINTAINED. CoffeeScript API documentation tool that uses TomDoc notation.
https://gjtorikian.github.io/biscotto/
MIT License
105 stars 18 forks source link

Weird issue with spacing and block statuses #16

Open gjtorikian opened 11 years ago

gjtorikian commented 11 years ago

The smallest reproducible case:

module.exports =
class Stuff

   # YO!
  bar: ->
    console.log 'yo yo'

  ### Internal ###

  @doSomething: ->

Yields Cannot parse file -> Invalid object key.

gjtorikian commented 10 years ago

Still reproducible.