From f84f85637259d53b05e337f2e1da027dd0692270 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 30 Oct 2013 13:00:00 +0100 Subject: [PATCH] fix: doxygen formatting. --- src/edit/editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edit/editor.cpp b/src/edit/editor.cpp index b51dcc9..fe7bc25 100644 --- a/src/edit/editor.cpp +++ b/src/edit/editor.cpp @@ -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) -- 2.30.2