From 1e0a9c049890f5fefe263638fe8896c3da589a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 15 Dec 2017 18:06:55 +0100 Subject: [PATCH] Code snippets that have Doxygen comments have them *for a reason*. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 7bc8212cc..58e6b8618 100644 --- a/Doxyfile +++ b/Doxyfile @@ -985,7 +985,7 @@ INLINE_SOURCES = NO # Fortran comments will always remain visible. # The default value is: YES. -STRIP_CODE_COMMENTS = YES +STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES then for each documented # function all documented functions referencing it will be listed.