From 538ce0e3537dd5bc9038d0541f3931769c0a8159 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 14 Sep 2009 19:41:19 +0200 Subject: Doxygen - include static functions and variables as well --- doxygen/Doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doxygen') diff --git a/doxygen/Doxygen.conf b/doxygen/Doxygen.conf index f2654c0..ae14c16 100644 --- a/doxygen/Doxygen.conf +++ b/doxygen/Doxygen.conf @@ -307,7 +307,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 = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. -- cgit