Add doxygen option

This commit is contained in:
Alex D. 2021-01-03 23:45:29 +00:00
parent bfaaa24357
commit 415b2192ea
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ cmake -B build/ -DCMAKE_BUILD_TYPE=Release .
| BUILD_VALIDATORS | Build validators that check if the messages follow the standards (WIP) | boolean | true | 2020.10.29 |
| BUILD_TESTS | Build tests that check if the build results behave as they should | boolean | false | - |
| BUILD_IRCV3 | Build IRCv3 support (WIP) | boolean | true | - |
| BUILD_DOCS | Build documentation using doxygen (WIP) | boolean | false | - |
| CODE_ANALYZER | Use static analysis tools | boolean | false | 2020.12.20 |
| CODE_COVERAGE | Generate code coverage output | boolean | false | 2020.12.20 |