summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authoryuangongji <82787816@qq.com>2019-08-23 22:31:28 +0800
committerAzat Khuzhin <azat@libevent.org>2019-08-28 01:23:26 +0300
commitf9c6a14ee089452c74e492edc674260a3717763e (patch)
treec38edc8cbcb8dbd39a4befc04fe6d6ddc5c280ab /Documentation
parent1d1c19091f13b7e19015698a23f454aa85f17ac3 (diff)
downloadlibevent-f9c6a14ee089452c74e492edc674260a3717763e.tar.gz
autotools: attach doxygen target into all target
v2: disable man pages by default
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Building.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Building.md b/Documentation/Building.md
index 9ee71e09..d32816cb 100644
--- a/Documentation/Building.md
+++ b/Documentation/Building.md
@@ -47,6 +47,7 @@ The configure script also supports the following flags:
management functions.
--disable-openssl Disable support for OpenSSL encryption.
--disable-thread-support Don't support multithreaded environments.
+ --enable-doxygen-doc Build doxygen documentation
```
## Building on Windows