diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-03-07 21:38:19 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-03-07 21:38:19 +0000 |
commit | 45a853489333bc9f20a0613c8cf5aaaf777c0252 (patch) | |
tree | dc2501272e0bf3291957f669bd0bf081fae4335a /polly/docs | |
parent | f0458ea170a4cb9a42d85e63abe4ffed81134c1d (diff) | |
download | bcm5719-llvm-45a853489333bc9f20a0613c8cf5aaaf777c0252.tar.gz bcm5719-llvm-45a853489333bc9f20a0613c8cf5aaaf777c0252.zip |
doxygen: Also show private members
llvm-svn: 262859
Diffstat (limited to 'polly/docs')
-rw-r--r-- | polly/docs/doxygen.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/docs/doxygen.cfg.in b/polly/docs/doxygen.cfg.in index 2de816bfee6..ed790d8f214 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. |