From f5491346ceece9af880f58f01ec0db9f03448ddd Mon Sep 17 00:00:00 2001 From: Dylan T Date: Fri, 19 Jul 2019 10:34:41 +0100 Subject: [PATCH] doxygen: set HIDE_IN_BODY_DOCS = yes (#3044) fixes #3043 --- doxygen/doxygen.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/doxygen.conf b/doxygen/doxygen.conf index 293669c88..4939b61cf 100644 --- a/doxygen/doxygen.conf +++ b/doxygen/doxygen.conf @@ -530,7 +530,7 @@ HIDE_FRIEND_COMPOUNDS = NO # blocks will be appended to the function's detailed documentation block. # The default value is: NO. -HIDE_IN_BODY_DOCS = NO +HIDE_IN_BODY_DOCS = YES # The INTERNAL_DOCS tag determines if documentation that is typed after a # \internal command is included. If the tag is set to NO then the documentation