summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authoryuangongji <82787816@qq.com>2019-08-23 21:48:05 +0800
committerAzat Khuzhin <azat@libevent.org>2019-08-28 01:23:26 +0300
commit1d1c19091f13b7e19015698a23f454aa85f17ac3 (patch)
tree3175183aaf2ce241f0089a814887e9bf1d2a2a51 /Documentation
parent445027a5dcfe0acce431b7d4065d2ac1f6b270d7 (diff)
downloadlibevent-1d1c19091f13b7e19015698a23f454aa85f17ac3.tar.gz
cmake: attach doxygen target into all target
v2: Disable non-html generator for doxygen by default v3: convert cmake option to doxygen config
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Building.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/Building.md b/Documentation/Building.md
index 22dd4e2f..9ee71e09 100644
--- a/Documentation/Building.md
+++ b/Documentation/Building.md
@@ -119,6 +119,9 @@ EVENT__ENABLE_VERBOSE_DEBUG:BOOL=OFF
# on the the cross compilation target to verify that it works. See CMake
# documentation for try_run for more details
EVENT__FORCE_KQUEUE_CHECK:BOOL=OFF
+
+# Build documentation with doxygen
+EVENT__DOXYGEN:BOOL=OFF
```
__More variables can be found by running `cmake -LAH <sourcedir_path>`__