%PDF- %PDF-
Direktori : /proc/self/root/usr/share/doc/doxygen-1.8.5/examples/ |
Current File : //proc/self/root/usr/share/doc/doxygen-1.8.5/examples/docstring.py |
"""@package docstring Documentation for this module. More details. """ def func(): """Documentation for a function. More details. """ pass class PyClass: """Documentation for a class. More details. """ def __init__(self): """The constructor.""" self._memVar = 0; def PyMethod(self): """Documentation for a method.""" pass