Files
openide/python/testData/quickdoc/Indented.py
2011-01-19 12:27:24 +01:00

8 lines
104 B
Python

# directly in function
def foo():
"""<the_doc>Doc of foo.
It has two lines."""
pass
<the_ref>foo