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__ |
def loadFile | ( | filename | ) |
def main | ( | ) |
string __applicationName__ = "doxypy" |
tuple __author__ |
string __blurb__ |
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/>. """
string __licenseName__ = "GPL v2" |
string __version__ = "0.3rc2" |
string __website__ = "http://code.foosel.org/doxypy" |