summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-10-30 02:35:00 +0100
committerGuillem Jover <guillem@debian.org>2015-12-12 21:57:29 +0100
commitf3af91bcb364140590ed3736f562dfe849bb6b72 (patch)
treee57263b91612e517c59f1f07a7c99ddb66bf73a3 /doc
parentc5e8c926397056044711ee9649d74c5dda2f21dc (diff)
downloaddpkg-f3af91bcb364140590ed3736f562dfe849bb6b72.tar.gz
build: Add an configure option to choose the kind of documentation
The option --disable-devel-docs can be used to override the current default, which is to build development documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 19b38f143..8253b4dc8 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -409,7 +409,7 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.
-EXTRACT_ALL = YES
+EXTRACT_ALL = @BUILD_DEVEL_DOCS@
# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
@@ -931,13 +931,13 @@ STRIP_CODE_COMMENTS = YES
# function all documented functions referencing it will be listed.
# The default value is: NO.
-REFERENCED_BY_RELATION = YES
+REFERENCED_BY_RELATION = @BUILD_DEVEL_DOCS@
# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.
-REFERENCES_RELATION = YES
+REFERENCES_RELATION = @BUILD_DEVEL_DOCS@
# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and