diff options
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 506d6c8..9b5b8df 100644 --- a/README.adoc +++ b/README.adoc @@ -151,6 +151,7 @@ cmake --build . -- -j$(nproc --ignore=1) * `-DCMAKE_BUILD_TYPE=Debug` for a debug build. * `-DWITH_TESTS=YES` if you want to compile the tests. * `-DWITH_EXAMPLES=YES` if you want to compile the examples. +* `-DWITH_DOC=YES` if you want to generate the API documentation. * `-DWITH_CLANG-TIDY=YES` to check the sourcecode with link:{uri-clang-tidy}[clang-tidy] while compiling. * One of: |