aboutsummaryrefslogtreecommitdiff
path: root/payloads
diff options
context:
space:
mode:
authorJordan Crouse <jordan.crouse@amd.com>2008-08-28 23:10:25 +0000
committerJordan Crouse <jordan.crouse@amd.com>2008-08-28 23:10:25 +0000
commit4f0507418857fdc6aa4f473906b51834cddffb94 (patch)
tree02ac6b2cce9da096d3819cbe1c08d06e8d8f769d /payloads
parentd39aad932385d46f67008f5fa3ad8c83c995bb99 (diff)
[PATCH]: Libpayload: Remove static variables from the doxygen output
No code changes. Signed-off-by: Jordan Crouse <jordan.crouse@amd.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3548 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/libpayload/Doxyfile b/payloads/libpayload/Doxyfile
index 3b3421c95e..86b605f28d 100644
--- a/payloads/libpayload/Doxyfile
+++ b/payloads/libpayload/Doxyfile
@@ -287,7 +287,7 @@ 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.