![]() |
SimovaTrack V4.7.0
Simova Track codebase, written for testing and deployment for Simova
|
Namespaces | |
namespace | build_doxygen |
Variables | |
str | build_doxygen.RED = '\033[91m' |
str | build_doxygen.GREEN = '\033[92m' |
str | build_doxygen.RESET = '\033[0m' |
build_doxygen.current_directory = os.getenv("PWD") | |
str | build_doxygen.doxyfile_rel_path = 'Doxyfile' |
build_doxygen.doxyfile_abs_path = os.path.join(current_directory, doxyfile_rel_path) | |
list | build_doxygen.command = ['doxygen', doxyfile_abs_path] |
build_doxygen.result = subprocess.run(command, check=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) | |