From 45a853489333bc9f20a0613c8cf5aaaf777c0252 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 7 Mar 2016 21:38:19 +0000 Subject: [PATCH] doxygen: Also show private members llvm-svn: 262859 --- polly/docs/doxygen.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/docs/doxygen.cfg.in b/polly/docs/doxygen.cfg.in index 2de816b..ed790d8 100644 --- a/polly/docs/doxygen.cfg.in +++ b/polly/docs/doxygen.cfg.in @@ -404,7 +404,7 @@ EXTRACT_ALL = YES # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal # scope will be included in the documentation. -- 2.7.4