add back parameter dropped during Doxygen conversion (#9697)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-07-13 17:34:56 +00:00
parent d237bb0753
commit 3a59bd2e78

View File

@@ -1149,7 +1149,7 @@ public:
bool Hide(size_t index); bool Hide(size_t index);
/** /**
Insert a child into the sizer before any existing item at Insert a child into the sizer before any existing item at @a index.
See Add() for the meaning of the other parameters. See Add() for the meaning of the other parameters.
*/ */
@@ -1157,7 +1157,7 @@ public:
const wxSizerFlags& flags); const wxSizerFlags& flags);
/** /**
Insert a child into the sizer before any existing item at Insert a child into the sizer before any existing item at @a index.
See Add() for the meaning of the other parameters. See Add() for the meaning of the other parameters.
*/ */
@@ -1168,7 +1168,7 @@ public:
wxObject* userData = NULL); wxObject* userData = NULL);
/** /**
Insert a child into the sizer before any existing item at Insert a child into the sizer before any existing item at @a index.
See Add() for the meaning of the other parameters. See Add() for the meaning of the other parameters.
*/ */
@@ -1176,7 +1176,7 @@ public:
const wxSizerFlags& flags); const wxSizerFlags& flags);
/** /**
Insert a child into the sizer before any existing item at Insert a child into the sizer before any existing item at @a index.
See Add() for the meaning of the other parameters. See Add() for the meaning of the other parameters.
*/ */
@@ -1187,7 +1187,7 @@ public:
wxObject* userData = NULL); wxObject* userData = NULL);
/** /**
Insert a child into the sizer before any existing item at Insert a child into the sizer before any existing item at @a index.
See Add() for the meaning of the other parameters. See Add() for the meaning of the other parameters.
*/ */