summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-02 05:16:25 +0000
committerDavid Robillard <d@drobilla.net>2008-10-02 05:16:25 +0000
commit38761ec2b70605e7ad126691075a448a357db912 (patch)
tree03b22c7a14fecbe3509f996ec486c6b58515fc7c /doc
parent0da0c8f334f441261e8e113c583413a9d9122248 (diff)
downloadingen-38761ec2b70605e7ad126691075a448a357db912.tar.gz
ingen-38761ec2b70605e7ad126691075a448a357db912.tar.bz2
ingen-38761ec2b70605e7ad126691075a448a357db912.zip
Make --build-docs at configure time trigger documentation building at build time.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1589 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.doxygen.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index 2573740d..5ef60590 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -282,7 +282,7 @@ EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = YES
+EXTRACT_PRIVATE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
@@ -293,7 +293,7 @@ EXTRACT_STATIC = NO
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
-EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_CLASSES = NO
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in