diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 08c41b7d..9ee41e65 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -10,6 +10,16 @@ #include "commentdialog.h" #include "instructionedit.h" +/*! + + \defgroup flowgraphwidget FlowGraphWidget + \ingroup uiapi +*/ + +/*! + + \ingroup flowgraphwidget +*/ class BINARYNINJAUIAPI GraphLayoutCompleteEvent : public QEvent { FlowGraphRef m_graph; @@ -19,6 +29,10 @@ class BINARYNINJAUIAPI GraphLayoutCompleteEvent : public QEvent FlowGraphRef GetGraph() { return m_graph; } }; +/*! + + \ingroup flowgraphwidget +*/ class BINARYNINJAUIAPI FlowGraphHistoryEntry : public HistoryEntry { PlatformRef m_platform; |
