diff options
author | Thomas Voß <thomas.voss@rub.de> | 2011-12-13 07:37:37 +0100 |
---|---|---|
committer | Thomas Voß <thomas.voss@rub.de> | 2011-12-13 07:37:37 +0100 |
commit | 07ffdc1266c3c3d7c5d2df56666567777fd54050 (patch) | |
tree | 171a221bf538dc8ffd4a7db26a6df5d209145cf9 /doc | |
parent | bb43c8271894e29a5818fadacde9bb459a55e6e1 (diff) |
Prevent from linking Test in Google Test. Set HIDE_SCOPE_NAMES to NO.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 89fd7b5..4c29d9e 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -402,7 +402,7 @@ CASE_SENSE_NAMES = NO # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. -HIDE_SCOPE_NAMES = YES +HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation |