|
Pieters bash scripts
Documentation for the bash scripts I have published
|
List of return values used in this script. More...
Variables | |
| const | $C_SUCCESS = 0 |
| Return value for success. | |
| const | $C_PARSE_ERROR = 1 |
| Return value on parse error. | |
| const | $C_ANALYSIS_ERROR = 2 |
| Return value on error when analysing parsed composition. | |
| const | $C_WRITE_ERROR = 3 |
| Return value on error when writing result. | |
List of return values used in this script.
The script works in three stages:
This code is written with readibility as first priority (after the "it should do its job" requirement).
EXTENSION_MAPPING, FILTER_PATTERNS or EXCLUDE is already set add the values to the the list. | const $C_ANALYSIS_ERROR = 2 |
Return value on error when analysing parsed composition.
Definition at line 154 of file doxygen-bash-filter.sh.
| const $C_PARSE_ERROR = 1 |
Return value on parse error.
Definition at line 152 of file doxygen-bash-filter.sh.
| const $C_SUCCESS = 0 |
Return value for success.
Definition at line 150 of file doxygen-bash-filter.sh.
| const $C_WRITE_ERROR = 3 |
Return value on error when writing result.
Definition at line 156 of file doxygen-bash-filter.sh.