summaryrefslogtreecommitdiff
path: root/ui/hexeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/hexeditor.h')
-rw-r--r--ui/hexeditor.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/hexeditor.h b/ui/hexeditor.h
index 5769ad47..b971a1cb 100644
--- a/ui/hexeditor.h
+++ b/ui/hexeditor.h
@@ -11,6 +11,16 @@
#define HEX_EDITOR_UPDATE_CHECK_INTERVAL 200
+/*!
+
+ \defgroup hexeditor HexEditor
+ \ingroup uiapi
+*/
+
+/*!
+
+ \ingroup hexeditor
+*/
class BINARYNINJAUIAPI HexEditor :
public QAbstractScrollArea,
public View,
@@ -219,6 +229,10 @@ class BINARYNINJAUIAPI HexEditor :
void updateTimerEvent();
};
+/*!
+
+ \ingroup hexeditor
+*/
class HexEditorViewType : public ViewType
{
static HexEditorViewType* m_instance;