From 7ee05afd366cebf3c8f44354067c34223346f835 Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Mon, 8 Sep 2014 12:31:17 +0700 Subject: [PATCH] Doxygen: do not add "Definition at line N of XYZ.cpp" to each method This is another tweak meant to declutter the generated documentation --- cmake_templates/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_templates/Doxyfile.in b/cmake_templates/Doxyfile.in index df95a52b322f..43634b74bfe4 100644 --- a/cmake_templates/Doxyfile.in +++ b/cmake_templates/Doxyfile.in @@ -714,7 +714,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 = YES +SOURCE_BROWSER = NO # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation.