fix: doxygen formatting.
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 30 Oct 2013 12:00:00 +0000 (13:00 +0100)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Wed, 30 Oct 2013 12:00:00 +0000 (13:00 +0100)
src/edit/editor.cpp

index b51dcc96aa6b780349379b8189787417e22bab1b..fe7bc25b3fb20995e220bf3fdb4e958826860d05 100644 (file)
@@ -35,7 +35,7 @@ char *UnitTypes[TYPENUM] = {
  * @param parent Parent widget of this widget. If set, this widget becomes a 
  *               child window inside parent. If not set this widget becomes a
  *               top level window. Default: NULL
- * @param name @deprecated If set, name is sent to the Qobject constructor, so widget is
+ * @deprecated @param name If set, name is sent to the Qobject constructor, so widget is
  *             identifiable (e.g. in Qt Designer)
  */
 My_Edit::My_Edit(QWidget *parent, const char *name)