blob: c80bc80b6f842b7fc3f235f324799c919b903c26 [file] [log] [blame]
""" file's docstring """
def foo(a, b, f):
"""
some description
another line of description
@param b:
@param a: some description
of param
@param c: another description
of param
@return:
"""
pass