blob: 6ad68e58ac2b9318cb604bcaae18124413a93c89 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001# direct class doc
2class Foo(object):
3 "<the_doc>Doc of Foo."
4 def __init__(self):
5 pass
6
7<the_ref>Foo()