From 3a59bd2e784b77c91071ad76f1a958bd1a02ce1d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 13 Jul 2008 17:34:56 +0000 Subject: [PATCH] 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 --- interface/wx/sizer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index 00832d4763..66c5d207fa 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -1149,7 +1149,7 @@ public: 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. */ @@ -1157,7 +1157,7 @@ public: 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. */ @@ -1168,7 +1168,7 @@ public: 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. */ @@ -1176,7 +1176,7 @@ public: 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. */ @@ -1187,7 +1187,7 @@ public: 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. */ -- 2.45.2