summaryrefslogtreecommitdiff
path: root/cpp/docs/api/developer.doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/docs/api/developer.doxygen')
-rw-r--r--cpp/docs/api/developer.doxygen4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/docs/api/developer.doxygen b/cpp/docs/api/developer.doxygen
index 258cd2c958..2b81671593 100644
--- a/cpp/docs/api/developer.doxygen
+++ b/cpp/docs/api/developer.doxygen
@@ -300,7 +300,7 @@ INTERNAL_DOCS = YES
# 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 = YES
+CASE_SENSE_NAMES = NO
# 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
@@ -560,7 +560,7 @@ FILTER_SOURCE_FILES = NO
# Note: To get rid of all source code in the generated output, make sure also
# VERBATIM_HEADERS is set to NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body
# of functions and classes directly in the documentation.