From 1a191bb2f7ccf0d1fd63d9b7e854ac3aa41c1e6c Mon Sep 17 00:00:00 2001 From: "C. J. Howard" Date: Mon, 4 Jan 2021 00:15:10 +0800 Subject: [PATCH] Turn on DISTRIBUTE_GROUP_DOC in Doxyfile --- docs/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 9fecc7f..38e2a6d 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -397,7 +397,7 @@ IDL_PROPERTY_SUPPORT = YES # all members of a group must be documented explicitly. # The default value is: NO. -DISTRIBUTE_GROUP_DOC = NO +DISTRIBUTE_GROUP_DOC = YES # If one adds a struct or class to a group and this option is enabled, then also # any nested class or struct is added to the same group. By default this option