[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 06:39:54 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d40e56eed8da0a8b28c4dce18c9be47a9cff27c2
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 18 21:47:43 2002 +0000

            Added documentation keywords to headers.
    
            * WebView.subproj/WebView.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2087 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 28ef678..fe6a808 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,4 +1,10 @@
 2002-09-18  Richard Williamson  <rjw at apple.com>
+    
+        Added documentation keywords to headers.
+    
+        * WebView.subproj/WebView.h:
+
+2002-09-18  Richard Williamson  <rjw at apple.com>
 
         Added documentation keywords to headers.
         
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 28ef678..fe6a808 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,4 +1,10 @@
 2002-09-18  Richard Williamson  <rjw at apple.com>
+    
+        Added documentation keywords to headers.
+    
+        * WebView.subproj/WebView.h:
+
+2002-09-18  Richard Williamson  <rjw at apple.com>
 
         Added documentation keywords to headers.
         
diff --git a/WebKit/WebView.subproj/WebFrameView.h b/WebKit/WebView.subproj/WebFrameView.h
index bb43dd8..bc10015 100644
--- a/WebKit/WebView.subproj/WebFrameView.h
+++ b/WebKit/WebView.subproj/WebFrameView.h
@@ -17,27 +17,60 @@
 
 @protocol WebDocumentView;
 
+/*!
+    @class WebView
+*/
 @interface WebView : NSView
 {
 @private
     WebViewPrivate *_private;
 }
 
+/*!
+    @method initWithFrame:
+    @param frame
+*/
 - initWithFrame: (NSRect) frame;
 
-// Note that the controller is not retained.
+/*!
+    @method controller
+    @discussion Note that the controller is not retained.
+*/
 - (WebController *)controller;
 
+/*!
+    @method frameScrollView
+*/
 - frameScrollView;
+
+/*!
+    @method documentView
+*/
 - (NSView <WebDocumentView> *)documentView;
 
+/*!
+    @method isDocumentHTML
+*/
 - (BOOL)isDocumentHTML;
 
+/*!
+    @method setAllowsScroling:
+    @param flag
+*/
 - (void)setAllowsScrolling: (BOOL)flag;
+
+/*!
+    @method allowsScrolling
+*/
 - (BOOL)allowsScrolling;
 
-// Extends the views that WebKit supports
-// The view must conform to the WebDocumentView protocol
+/*!
+    @method registerViewClass:forMIMEType:
+    @discussion Extends the views that WebKit supports
+    The view must conform to the WebDocumentView protocol
+    @param viewClass
+    @param MIMEType
+*/
 + (void)registerViewClass:(Class)viewClass forMIMEType:(NSString *)MIMEType;
 
 @end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list