blob: e9fffac6448c68e05296de0ced887898ac365bfc [file] [log] [blame]
# direct class doc
class Foo(object):
"<the_doc>Doc of Foo."
pass
<the_ref>Foo()