Module handles doxygen.
More...
Module handles doxygen.
Build and clean doxygen data
- See also
- makeprojects.cleanme
-
makeprojects.buildme
◆ create_build_object()
| makeprojects.doxygen.create_build_object |
( |
| file_name, |
|
|
| priority = 90, |
|
|
| configurations = None, |
|
|
| verbose = False ) |
Return an array of BuildDoxygenFile build objects.
- Parameters
-
| file_name | Pathname to the Doxyfile to build |
| priority | Priority to build this object |
| configurations | Configuration list to build |
| verbose | True if verbose output |
◆ create_clean_object()
| makeprojects.doxygen.create_clean_object |
( |
| file_name, |
|
|
| priority = 90, |
|
|
| configurations = None, |
|
|
| verbose = False ) |
Return an array of BuildDoxygenFile build objects.
- Parameters
-
| file_name | Pathname to the Doxyfile to build |
| priority | Priority to build this object |
| configurations | Configuration list to build |
| verbose | True if verbose output |
◆ match()
| makeprojects.doxygen.match |
( |
| filename | ) |
|
Check if the filename is a type that this module supports.
- Parameters
-
| filename | Filename to match |
- Returns
- False if not a match, True if supported