diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-13 13:44:09 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-02-13 13:44:09 -0500 |
| commit | d1915bec3ee94c978f096a824a6eee73e5c6be26 (patch) | |
| tree | 1cc26fe98d94bb78fe3725508aeb7369f49a40c5 | |
| parent | 57f75260840804539e08fcc1b48236f6dec9cabc (diff) | |
Set documentation group for SidebarContextSensitivity
| -rw-r--r-- | ui/sidebarwidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/sidebarwidget.h b/ui/sidebarwidget.h index c66ca4fd..a80cd251 100644 --- a/ui/sidebarwidget.h +++ b/ui/sidebarwidget.h @@ -170,6 +170,9 @@ enum SidebarWidgetLocation RightBottom }; +/*! + \ingroup sidebar +*/ enum SidebarContextSensitivity { GlobalSidebarContext, |
