Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -r12cfad32f345ac72d777f9b97d25bdd4d0848527 -rf8321d4b6a5489f797122321a4821b4eeaaa50cb --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision 12cfad32f345ac72d777f9b97d25bdd4d0848527) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision f8321d4b6a5489f797122321a4821b4eeaaa50cb) @@ -22,6 +22,11 @@ import "qrc:/globals" import "qrc:/components" + +/*! + * \brief A selectable grid of options with customizable number of rows and columns + * where only one option is selected by the user + */ Rectangle { id: _root anchors.horizontalCenter: parent.horizontalCenter