From 8b4de8ed2d4e37872c83fe9d7b25ea5ac2f4ac3f Mon Sep 17 00:00:00 2001 From: Luke Miller Date: Fri, 5 Jun 2020 09:00:50 -0700 Subject: [PATCH] Additional Information on @group Behavior Added a small note to the @group documentation indicating that classes will be organized under 'Miscellaneous' if the @group annotation is left undeclared --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232a0e3..a773360 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Located in the lines above the class declaration. The special tokens are all op |-------|-------------| | @author | the author of the class | | @date | the date the class was first implemented | -| @group | a group to display this class under, in the menu hierarchy| +| @group | a group to display this class under, in the menu hierarchy. if undeclared, defaults to 'Miscellaneous'| | @group-content | a relative path to a static html file that provides content about the group| | @description | one or more lines that provide an overview of the class|