summaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-01 17:34:52 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-01 17:34:52 -0800
commit13e264426c5933ee3aa241c4f63feedf8f49b128 (patch)
tree2eeb0a2ef9408075cfa2bc551c0267e06e47c3c9 /Doxyfile.in
parent2120231afd710ce6720b82838810240195122b5a (diff)
downloadopenocd+libswd-13e264426c5933ee3aa241c4f63feedf8f49b128.tar.gz
openocd+libswd-13e264426c5933ee3aa241c4f63feedf8f49b128.tar.bz2
openocd+libswd-13e264426c5933ee3aa241c4f63feedf8f49b128.tar.xz
openocd+libswd-13e264426c5933ee3aa241c4f63feedf8f49b128.zip
doxygen: avoid most internals
For some reason, all the interals are documented by default. This is wrong for two basic reasons:  - We need to focus on public interfaces, since those are the architectural interfaces and relationships.  - Since virtually nothing has doxygen support yet, this    maximizes the noise, and minimizes the usefulness of doxygen output. So don't expose so much by default.
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index 0b204a09..038f1e55 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -307,13 +307,13 @@ EXTRACT_PRIVATE = NO
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = YES
+EXTRACT_STATIC = NO
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# 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