![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
str | brief = "MCODAC" |
str | header = "MCODAC Developer Guide" |
![]() | |
int | verbose = 0 |
str | source_path = '' |
str | output_file_path = '' |
str | stype = "Fortran" |
scratch_path = os.getcwd() | |
![]() | |
verbose | |
Protected Member Functions | |
_create_command (self) | |
![]() | |
_run_command (self, command) | |
![]() | |
_perform_post_actions (self) | |
Static Protected Attributes | |
int | _KEY_OPT = 0 |
str | _BUILD_NAME = 'mcd_core' |
_INPUT_FILES = GetSourceCode(_KEY_OPT) | |
![]() | |
str | _BUILD_NAME = '' |
list | _INPUT_FILES = [] |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Runs the html documentation build process of source code using Doxygen." |
list | user_options |
![]() | |
_create_build_dir () | |
Runs the html documentation build process for MCODAC.
Definition at line 490 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 501 of file stm_make.py.
|
staticprotected |
Definition at line 497 of file stm_make.py.
|
staticprotected |
Definition at line 499 of file stm_make.py.
|
staticprotected |
Definition at line 496 of file stm_make.py.
str PyXMake.VTL.stm_make.doxy_mcdcore.brief = "MCODAC" |
Definition at line 502 of file stm_make.py.
str PyXMake.VTL.stm_make.doxy_mcdcore.header = "MCODAC Developer Guide" |
Definition at line 503 of file stm_make.py.