Bug 39964

Summary: [GTK] Missing links to documentation of general functions
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
add links to the docs of those functions gustavo: commit-queue-

Description Gustavo Noronha (kov) 2010-05-31 10:58:50 PDT
Things such as webkit_get_default_session do have documentation, but it is not easy to find, given the lack of links to them in the main document.
Comment 1 Gustavo Noronha (kov) 2010-05-31 11:00:56 PDT
Created attachment 57482 [details]
add links to the docs of those functions
Comment 2 WebKit Review Bot 2010-05-31 11:02:30 PDT
Attachment 57482 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit/gtk/webkit/webkitwebview.cpp:4324:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Xan Lopez 2010-05-31 12:14:58 PDT
Comment on attachment 57482 [details]
add links to the docs of those functions

OK; for the future, I think we should move this stuff to a different file :)
Comment 4 Gustavo Noronha (kov) 2010-05-31 13:15:11 PDT
Totally agreed. I'll see if I can find some time to write the patch to put them all in a separate file.
Comment 5 Gustavo Noronha (kov) 2010-06-01 06:03:48 PDT
Landed as r60472.