diff options
Diffstat (limited to 'ui/viewtype.h')
| -rw-r--r-- | ui/viewtype.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ui/viewtype.h b/ui/viewtype.h index e68c02e2..56d861cd 100644 --- a/ui/viewtype.h +++ b/ui/viewtype.h @@ -8,6 +8,16 @@ class ViewFrame; +/*! + + \defgroup viewtype ViewType + \ingroup uiapi +*/ + +/*! + + \ingroup viewtype +*/ class BINARYNINJAUIAPI ViewType { QString m_name, m_longName; @@ -30,7 +40,10 @@ class BINARYNINJAUIAPI ViewType static void registerViewType(ViewType* type); }; +/*! + \ingroup viewtype +*/ class BINARYNINJAUIAPI ViewTypeContainer { public: |
