summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cfg
diff options
context:
space:
mode:
authorMichael Brown2005-05-18 17:07:19 +0200
committerMichael Brown2005-05-18 17:07:19 +0200
commita28b779e7162b1ea4b67f24abe4c0d804ff3b6df (patch)
treee3bc761d7b06a39767b6f5f53789cd721af7cf0f /src/doxygen.cfg
parent__attribute__ does not need to be treated as a variadic macro, since (diff)
downloadipxe-a28b779e7162b1ea4b67f24abe4c0d804ff3b6df.tar.gz
ipxe-a28b779e7162b1ea4b67f24abe4c0d804ff3b6df.tar.xz
ipxe-a28b779e7162b1ea4b67f24abe4c0d804ff3b6df.zip
Only produce documentation where documentation actually exists.
Diffstat (limited to 'src/doxygen.cfg')
-rw-r--r--src/doxygen.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cfg b/src/doxygen.cfg
index a14e6a99..136edb48 100644
--- a/src/doxygen.cfg
+++ b/src/doxygen.cfg
@@ -7,7 +7,7 @@ PROJECT_NAME = Etherboot
PROJECT_NUMBER =
OUTPUT_DIRECTORY = @BIN@/doc
OUTPUT_LANGUAGE = English
-EXTRACT_ALL = YES
+EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES