Package doxypy


Classes

class  FSM
 FSM implements a finite state machine. More...
class  Doxypy

Functions

def loadFile
 Loads file "filename" and returns the content.
def optParse
 Parses commandline options.
def main
 Opens the file given as first commandline argument and processes it, then prints out the processed file.

Variables

string __applicationName__ = "doxypy"
string __blurb__
 __doc__ = __blurb__+\
string __version__ = "0.3rc2"
string __date__ = "18th December 2007"
string __website__ = "http://code.foosel.org/doxypy"
tuple __author__
string __licenseName__ = "GPL v2"
string __license__


Function Documentation

def loadFile (   filename  ) 

Loads file "filename" and returns the content.

Parameters:
filename The name of the file to load
Returns:
the content of the file.

Definition at line 325 of file doxypy.py.

def main (  ) 

Opens the file given as first commandline argument and processes it, then prints out the processed file.

Definition at line 359 of file doxypy.py.

def optParse (  ) 

Parses commandline options.

Definition at line 336 of file doxypy.py.


Variable Documentation

string __applicationName__ = "doxypy"

Definition at line 3 of file doxypy.py.

tuple __author__

Initial value:

(
        "Philippe 'demod' Neumann (doxypy at demod dot org)",
        "Gina 'foosel' Haeussge (gina at foosel dot net)" 
)

Definition at line 22 of file doxypy.py.

string __blurb__

Initial value:

"""
doxypy is an input filter for Doxygen. It preprocesses python
files so that docstrings of classes and functions are reformatted
into Doxygen-conform documentation blocks.
"""

Definition at line 4 of file doxypy.py.

string __date__ = "18th December 2007"

Definition at line 19 of file doxypy.py.

Definition at line 10 of file doxypy.py.

string __license__

Initial value:

"""This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 28 of file doxypy.py.

string __licenseName__ = "GPL v2"

Definition at line 27 of file doxypy.py.

string __version__ = "0.3rc2"

Definition at line 18 of file doxypy.py.

string __website__ = "http://code.foosel.org/doxypy"

Definition at line 20 of file doxypy.py.


Generated on Sun Aug 10 09:11:08 2008 for SLIMpy by  doxygen 1.5.6