From 29d820a82c94fa1aa338ea6f62eee5196f1713fe Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 21 Mar 2024 20:32:50 +0000 Subject: [PATCH] doc: Disable Doxygen's STRIP_CODE_COMMENTS --- doc/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf b/doc/doxygen.conf index 8129fc1cb..766ba85b1 100644 --- a/doc/doxygen.conf +++ b/doc/doxygen.conf @@ -1086,7 +1086,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.