Menu

#339 epydoc doesn't parse #: in a standalone line

v3.0
open
nobody
5
2011-01-28
2011-01-28
Iven Hsu
No

When parsing, it always outputs: "Warning: Ignoring docstring comment block followed by a blank line", even there isn't any blank lines.

The code looks like:

class A:
"""Some docstrings"""
#: NOT working comment docstring
_NAME = "foo"

Discussion


Log in to post a comment.