![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Public Member Functions | |
def | initialize_options (self) |
def | finalize_options (self) |
![]() | |
def | run (self) |
Public Attributes | |
verbose | |
source_path | |
output_file_path | |
stype | |
scratch_path | |
Static Public Attributes | |
string | description = "Runs the html documentation build process of source code using Doxygen." |
list | user_options |
Base class for encapsulating command line arguments and build process.
Definition at line 348 of file stm_make.py.
def PyXMake.VTL.stm_make.pyx_doxygen.finalize_options | ( | self | ) |
Post-process options.
Definition at line 376 of file stm_make.py.
def PyXMake.VTL.stm_make.pyx_doxygen.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 365 of file stm_make.py.
|
static |
Definition at line 356 of file stm_make.py.