From 37717bb15e4e150801b5144402c2348d974c23ab Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Tue, 24 Jul 2018 18:30:34 +0100 Subject: [PATCH] Doxyfile now inlines code --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 73292e9..0f43831 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1001,7 +1001,7 @@ SOURCE_BROWSER = YES # classes and enums directly into the documentation. # The default value is: NO. -INLINE_SOURCES = NO +INLINE_SOURCES = YES # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any # special comment blocks from generated source code fragments. Normal C, C++ and