diff options
| -rw-r--r-- | documentation/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 35445a7eb..c6d44be87 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -343,7 +343,7 @@ INTERNAL_DOCS = NO # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. -CASE_SENSE_NAMES = NO +CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the |
