pycco-docs / pycco

Literate-style documentation generator.

Home Page:https://pycco-docs.github.io/pycco/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misparsing of Python classes

mdornseif opened this issue · comments

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

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

Resolved by pull request #38.