summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-18 10:02:34 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-18 10:02:34 +0100
commitad4b9470c1b281c91377aa44f5762d1104dfddac (patch)
tree20756d155747d72aad6fddc7b918b5758680b812 /docs/doxygen.conf
parent038b812ec56edd0e80bc93635cfa45b32222eafa (diff)
downloadwolfbones-ad4b9470c1b281c91377aa44f5762d1104dfddac.tar.gz
wolfbones-ad4b9470c1b281c91377aa44f5762d1104dfddac.tar.bz2
changed to public API doxygen documentation
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index e099300..1bcc313 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -302,7 +302,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
@@ -552,7 +552,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = src tests include
+INPUT = include
# 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