Bug 121488 - [GTK] Do not include Returns tag in api doc for methods returning void
Summary: [GTK] Do not include Returns tag in api doc for methods returning void
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-09-17 06:24 PDT by Carlos Garcia Campos
Modified: 2013-09-17 08:52 PDT (History)
5 users (show)

See Also:


Attachments
Patch (19.82 KB, patch)
2013-09-17 06:27 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2013-09-17 06:24:04 PDT
We are currently adding a Returns: tag for all GObject DOM bindings methods.
Comment 1 Carlos Garcia Campos 2013-09-17 06:27:59 PDT
Created attachment 211897 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-09-17 06:37:12 PDT
Committed r155952: <http://trac.webkit.org/changeset/155952>
Comment 3 Martin Robinson 2013-09-17 08:52:58 PDT
Comment on attachment 211897 [details]
Patch

Nice catch!