From: Rafał Długołęcki Date: Wed, 30 Oct 2013 12:00:00 +0000 (+0100) Subject: fix: doxygen formatting. X-Git-Tag: 3.1.2-a5~4 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=f84f85637259d53b05e337f2e1da027dd0692270 fix: doxygen formatting. --- 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)