MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
docstring.py
Go to the documentation of this file.
1
"""@package docstring
2
Documentation for this module.
3
4
More details.
5
"""
6
7
def
func
():
8
"""Documentation for a function.
9
10
More details.
11
"""
12
pass
13
14
class
PyClass
:
15
"""Documentation for a class.
16
17
More details.
18
"""
19
20
def
__init__
(self):
21
"""The constructor."""
22
self.
_memVar
= 0;
23
24
def
PyMethod
(self):
25
"""Documentation for a method."""
26
pass
27
docstring.PyClass
Definition
docstring.py:14
docstring.PyClass.__init__
__init__(self)
Definition
docstring.py:20
docstring.PyClass._memVar
int _memVar
Definition
docstring.py:22
docstring.PyClass.PyMethod
PyMethod(self)
Definition
docstring.py:24
docstring.func
func()
Definition
docstring.py:7
doxygen-1.12.0
examples
docstring.py
Generated by
1.12.0