From 61d31cab9792183c9185a47159a40dd8943d3446 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Sun, 2 Mar 2003 00:28:38 +0000 Subject: [PATCH] Enable the extraction of static function documentation. --- doxygen/math.doxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/math.doxy b/doxygen/math.doxy index 885c8cb510d..99ac0c9b696 100644 --- a/doxygen/math.doxy +++ b/doxygen/math.doxy @@ -9,7 +9,7 @@ OUTPUT_DIRECTORY = . OUTPUT_LANGUAGE = English EXTRACT_ALL = YES EXTRACT_PRIVATE = NO -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES EXTRACT_LOCAL_CLASSES = YES HIDE_UNDOC_MEMBERS = NO HIDE_UNDOC_CLASSES = NO