pycco-docs / pycco

Literate-style documentation generator.
https://pycco-docs.github.io/pycco/
Other
842 stars 144 forks source link

Misparsing of Python classes #28

Closed mdornseif closed 12 years ago

mdornseif commented 13 years ago

The testcase at https://github.com/mdornseif/pycco/blob/master/testcases/python.py results i the function definition being parsed as documentation, not code.

generated documentation

See http://static.23.nu/md/Pictures/ZZ0B43B67F.png

goosemo commented 13 years ago

Quick fix would be to not use single line docstrings. It's a bug, mentioned in another ticket.

treyhunner commented 12 years ago

Resolved by pull request #38.