From 3a2890b8a76748931f969cb41463d3e658aa6067 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Tue, 9 Feb 2016 15:48:41 +0100 Subject: [PATCH] Enable source browser in doxygen output refs #594 --- docs/Doxyfile.qmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index 8ff449255..78a12a85e 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -930,7 +930,7 @@ USE_MDFILE_AS_MAINPAGE = # also VERBATIM_HEADERS is set to NO. # The default value is: NO. -SOURCE_BROWSER = NO +SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body of functions, # classes and enums directly into the documentation.