aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-12 14:45:56 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-05-12 14:45:56 +0200
commitfb95c8298e5032cfc4173c7c70b0f9fa2f344a36 (patch)
tree9dcc7e585b74737309e1db50cbb8c71850e8252d /doc
parentf3b5742aa4bd1f33753abab1542f2e48345cde6f (diff)
downloadgtk-vlc-player-fb95c8298e5032cfc4173c7c70b0f9fa2f344a36.tar.gz
inclusion of developer documentation in Doxygen docs is configurable
* added --enable-doxygen-extract-private site-config option
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index cbfdeb2..6deff10 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -302,12 +302,12 @@ EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = @DOXYGEN_EXTRACT_PRIVATE@
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = @DOXYGEN_EXTRACT_PRIVATE@
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
@@ -574,7 +574,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/lib @top_srcdir@/src
+INPUT = @top_srcdir@/lib \
+ @top_srcdir@/src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is