![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
str | brief = "BoxBeam" |
str | header = "BoxBeam 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 = 1 |
str | _BUILD_NAME = 'box_main' |
_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 BoxBeam.
Definition at line 473 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 484 of file stm_make.py.
|
staticprotected |
Definition at line 480 of file stm_make.py.
|
staticprotected |
Definition at line 482 of file stm_make.py.
|
staticprotected |
Definition at line 479 of file stm_make.py.
str PyXMake.VTL.stm_make.doxy_boxbeam.brief = "BoxBeam" |
Definition at line 485 of file stm_make.py.
str PyXMake.VTL.stm_make.doxy_boxbeam.header = "BoxBeam Developer Guide" |
Definition at line 486 of file stm_make.py.