|
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Public Attributes | |
| int | verbose = 0 |
| str | source_path = '' |
| str | output_file_path = '' |
| str | stype = "Fortran" |
| scratch_path = os.getcwd() | |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Static Public Attributes | |
| str | description = "Runs the html documentation build process of source code using Doxygen." |
| list | user_options |
Protected Member Functions | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_command (self) | |
| _perform_post_actions (self) | |
Static Protected Attributes | |
| str | _BUILD_NAME = '' |
| list | _INPUT_FILES = [] |
Additional Inherited Members | |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Base class for encapsulating command line arguments and build process.
Definition at line 367 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 403 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_doxygen.finalize_options | ( | self | ) |
Post-process options.
Definition at line 395 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_doxygen.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 384 of file stm_make.py.
|
staticprotected |
Definition at line 371 of file stm_make.py.
|
staticprotected |
Definition at line 372 of file stm_make.py.
|
static |
Definition at line 374 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_doxygen.output_file_path = '' |
Definition at line 391 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_doxygen.scratch_path = os.getcwd() |
Definition at line 393 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_doxygen.source_path = '' |
Definition at line 390 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_doxygen.stype = "Fortran" |
Definition at line 392 of file stm_make.py.
|
static |
Definition at line 375 of file stm_make.py.
| int PyXMake.VTL.stm_make.pyx_doxygen.verbose = 0 |
Definition at line 389 of file stm_make.py.