From 940fec2926a5c7dacf24cca7b694dce5ef88df50 Mon Sep 17 00:00:00 2001 From: Tony Date: Sun, 9 Jun 2024 18:50:30 -0400 Subject: [PATCH] doxygen - don't strip comments from reference source --- doxyfile.alepha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxyfile.alepha b/doxyfile.alepha index 7ff20f6..9026913 100644 --- a/doxyfile.alepha +++ b/doxyfile.alepha @@ -1089,7 +1089,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 # entity all documented functions referencing it will be listed.