--- gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/08 17:18:07 3156 +++ gigedit/trunk/src/gigedit/MacroEditor.h 2017/05/08 17:30:10 3157 @@ -25,6 +25,11 @@ #include #include "ManagedWindow.h" +/** @brief Editor for gigedit macros. + * + * Implements a window which allows to edit the abstract tree of one macro + * that may be applied with gigedit. + */ class MacroEditor : public ManagedWindow { public: MacroEditor();