[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:37:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 70591f7a5fd0dcf2c3b69a9d9a8a0ef8c641992f
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 18 00:40:24 2003 +0000

            Fixed typos in headerdoc comments.
    
            * WebView.subproj/WebFrame.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4136 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 7babf4a..25aa815 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2003-04-17  Richard Williamson   <rjw at apple.com>
 
+        Fixed typos in headerdoc comments.
+
+        * WebView.subproj/WebFrame.h:
+
+2003-04-17  Richard Williamson   <rjw at apple.com>
+
         Drop down yet one more level to avoid intialization horkage.
         Call objc_getClass() instead of NSClassFromString().
         
diff --git a/WebKit/WebView.subproj/WebFrame.h b/WebKit/WebView.subproj/WebFrame.h
index 244792b..eab12d2 100644
--- a/WebKit/WebView.subproj/WebFrame.h
+++ b/WebKit/WebView.subproj/WebFrame.h
@@ -27,11 +27,13 @@
 }
 
 /*!
-    @method initWithName:webFrameView:controller:
+    @method initWithName:webFrameView:webView:
     @abstract The designated initializer of WebFrame.
+    @discussion WebFrames are normally created for you by the WebView.  You should 
+    not need to invoke this method directly.
     @param name The name of the frame.
-    @param view The view for the frame.
-    @param controller The controller that manages the frame.
+    @param view The WebFrameView for the frame.
+    @param webView The WebView that manages the frame.
     @result Returns an initialized WebFrame.
 */
 - (id)initWithName: (NSString *)name webFrameView: (WebFrameView *)view webView: (WebView *)webView;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list