소스 검색

STYLE: Fix doxygen comment formatting in ctkButtonGroup

Julien Finet 15 년 전
부모
커밋
4ac397f40f
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 4
      Libs/Widgets/ctkButtonGroup.h

+ 7 - 4
Libs/Widgets/ctkButtonGroup.h

@@ -33,15 +33,18 @@ class ctkButtonGroupPrivate;
 
 
 ///
 ///
 /// ctkButtonGroup is a QButtonGroup with a different behavior when exclusive.
 /// ctkButtonGroup is a QButtonGroup with a different behavior when exclusive.
-/// An exclusive ctkButtonGroup switches off the previously checked button when 
+/// An exclusive ctkButtonGroup switches off the previously checked button when
 /// a new button is checked. ctkButtonGroup doesn't enforce that 1 button is
 /// a new button is checked. ctkButtonGroup doesn't enforce that 1 button is
 /// checked at all time (contrary to QButtonGroup). If a button is checked it is
 /// checked at all time (contrary to QButtonGroup). If a button is checked it is
 /// possible to uncheck it without having to check another button.
 /// possible to uncheck it without having to check another button.
-/// Use ctkButtonGroup the same way than QButtonGroup (see QButtonGroup doc).
-/// i.e. : ctkButtonGroup* buttonGroup = new ctkButtonGroup(parent);
+/// Use ctkButtonGroup the same way than QButtonGroup.
+/// \code
+/// ctkButtonGroup* buttonGroup = new ctkButtonGroup(parent);
 /// buttonGroup->addButton(button1);
 /// buttonGroup->addButton(button1);
 /// buttonGroup->addButton(button2);
 /// buttonGroup->addButton(button2);
-/// By default ctkButtonGroup is exclusive. 
+/// \endcode
+/// By default ctkButtonGroup is exclusive.
+/// \sa QButtonGroup
 class CTK_WIDGETS_EXPORT ctkButtonGroup : public QButtonGroup
 class CTK_WIDGETS_EXPORT ctkButtonGroup : public QButtonGroup
 {
 {
   Q_OBJECT
   Q_OBJECT