Bug 39964 - [GTK] Missing links to documentation of general functions
Summary: [GTK] Missing links to documentation of general functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-05-31 10:58 PDT by Gustavo Noronha (kov)
Modified: 2010-06-01 06:08 PDT (History)
1 user (show)

See Also:


Attachments
add links to the docs of those functions (6.00 KB, patch)
2010-05-31 11:00 PDT, Gustavo Noronha (kov)
gustavo: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.