[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:23:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c572a5f41bf52da8644168b4bcaf309dab0b7c82
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Feb 3 20:09:03 2003 +0000

            Fixed headerdoc type.
    
            Reviewed by me.
    
            * WebView.subproj/WebDocument.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3547 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d67c6c4..d54e97f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2003-02-03  Richard Williamson   <rjw at apple.com>
 
+        Fixed headerdoc type.
+        
+        Reviewed by me.
+
+        * WebView.subproj/WebDocument.h:
+
+2003-02-03  Richard Williamson   <rjw at apple.com>
+
         Support for new canProvideDocumentSource and documentSource API.
         Updated all the representations.  Added support to show for RTF source.  
         Moved WebKitInitializeUnicode to to early class.  This was necessary
diff --git a/WebKit/WebView.subproj/WebDocument.h b/WebKit/WebView.subproj/WebDocument.h
index 61e9565..c9a7b2d 100644
--- a/WebKit/WebView.subproj/WebDocument.h
+++ b/WebKit/WebView.subproj/WebDocument.h
@@ -184,13 +184,13 @@
 
 /*!
     @method canProvideDocumentSource
-    @return Returns true if the representation can provide document source.
+    @result Returns true if the representation can provide document source.
 */
 - (BOOL)canProvideDocumentSource;
 
 /*!
     @method documentSource
-    @return Returns the textual source representation of the document.  For HTML documents
+    @result Returns the textual source representation of the document.  For HTML documents
     this is the original HTML source.
 */
 - (NSString *)documentSource;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list