apidox - fix doc for enum KDDockWidgets::Config::Flag

doxygen likes "///<"  (not "///>")

Issue#106
This commit is contained in:
Allen Winter
2020-11-22 12:17:38 -05:00
parent 72605292b7
commit ece7b22bec
2 changed files with 24 additions and 24 deletions

View File

@@ -134,7 +134,7 @@ public:
#ifdef KDDOCKWIDGETS_QTWIDGETS
///@brief Called internally by the framework to create a title bar button
///@parent the button's parent
///@p parent the button's parent
virtual QAbstractButton* createTitleBarButton(QWidget *parent, TitleBarButtonType) const = 0;
#else
// QtQuick will have some other base class for buttons