%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/share/doc/doxygen-1.8.5/examples/
Upload File :
Create Path :
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
     

Zerion Mini Shell 1.0