@@ -31,7 +31,7 @@ WPEditorViewControllerMode;
3131/* *
3232 * @brief Received when the format bar enabled status has changed.
3333 * @param editorController The editor view.
34- * @param enabled BOOL describing the new state of the format bar
34+ * @param isEnabled BOOL describing the new state of the format bar
3535 */
3636- (void )editorFormatBarStatusChanged : (WPEditorViewController *)editorController
3737 enabled : (BOOL )isEnabled ;
@@ -41,7 +41,7 @@ WPEditorViewControllerMode;
4141 * @details The editor fields will be nil before this method is called. This is because editor
4242 * fields are created as part of the process of loading the HTML.
4343 *
44- * @param editorView The editor view.
44+ * @param editorViewController The editor view controller .
4545 * @param field The new field.
4646 */
4747- (void )editorViewController : (WPEditorViewController*)editorViewController
@@ -50,7 +50,7 @@ WPEditorViewControllerMode;
5050/* *
5151 * @brief Received when the user taps on a image in the editor.
5252 *
53- * @param editorView The editor view.
53+ * @param editorViewController The editor view controller .
5454 * @param imageId The id of image of the image that was tapped.
5555 * @param url The url of the image that was tapped.
5656 *
@@ -62,7 +62,7 @@ WPEditorViewControllerMode;
6262/* *
6363 * @brief Received when the user taps on a image in the editor.
6464 *
65- * @param editorView The editor view.
65+ * @param editorViewController The editor view controller .
6666 * @param imageId The id of image of the image that was tapped.
6767 * @param url The url of the image that was tapped.
6868 * @param imageMeta The parsed meta data about the image.
@@ -75,7 +75,7 @@ WPEditorViewControllerMode;
7575/* *
7676 * @brief Received when the user taps on a image in the editor.
7777 *
78- * @param editorView The editor view.
78+ * @param editorViewController The editor view controller .
7979 * @param videoID The id of the video that was tapped.
8080 * @param url The url of the video that was tapped.
8181 *
@@ -87,7 +87,7 @@ WPEditorViewControllerMode;
8787/* *
8888 * @brief Received when the local image url is replace by the final image in the editor.
8989 *
90- * @param editorView The editor view.
90+ * @param editorViewController The editor view controller .
9191 * @param imageId The id of image of the image that was tapped.
9292 */
9393- (void )editorViewController : (WPEditorViewController*)editorViewController
@@ -96,7 +96,7 @@ WPEditorViewControllerMode;
9696/* *
9797 * @brief Received when the local video url is replace by the final video in the editor.
9898 *
99- * @param editorView The editor view.
99+ * @param editorViewController The editor view controller .
100100 * @param videoID The id of video that was tapped.
101101 */
102102- (void )editorViewController : (WPEditorViewController*)editorViewController
@@ -106,7 +106,7 @@ WPEditorViewControllerMode;
106106 * @brief Received when an image is pasted into the editor.
107107 *
108108 * @param editorViewController The editor view controller.
109- * @param imageId The id of image of the image that was pasted.
109+ * @param image The image that was pasted.
110110 *
111111 */
112112- (void )editorViewController : (WPEditorViewController*)editorViewController
@@ -115,7 +115,7 @@ WPEditorViewControllerMode;
115115/* *
116116 * @brief Received when the editor requests information about a videopress video.
117117 *
118- * @param editorView The editor view.
118+ * @param editorViewController The editor view controller .
119119 * @param videoID The id of video that was tapped.
120120 */
121121- (void )editorViewController : (WPEditorViewController *)editorViewController
@@ -124,7 +124,7 @@ WPEditorViewControllerMode;
124124/* *
125125 * @brief Received when the editor removed an uploading media.
126126 *
127- * @param editorView The editor view.
127+ * @param editorViewController The editor view controller .
128128 * @param mediaID The id of the media that was removed.
129129 */
130130- (void )editorViewController : (WPEditorViewController *)editorViewController
0 commit comments