From da34714f2bbd9b7ca068dff1da76c833c1a07821 Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Wed, 7 Nov 2012 12:58:29 -0800 Subject: [PATCH] Revert to creating doxygen for *all* functions. --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 18ae775e4..7d3f37861 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -357,7 +357,7 @@ LOOKUP_CACHE_SIZE = 1 # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation.