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.
     */
                         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.
     */
                         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.
     */
                         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.
     */
                         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.
     */