RESOLVED FIXED 125303
[GTK] Do not use deprecated gtk-doc 'Rename to' tag
https://bugs.webkit.org/show_bug.cgi?id=125303
Summary [GTK] Do not use deprecated gtk-doc 'Rename to' tag
Carlos Garcia Campos
Reported 2013-12-05 06:24:36 PST
DerivedSources/webkitdom/WebKitDOMEventTarget.h:110: Warning: WebKit: GObject-Introspection specific GTK-Doc tag "Rename to" has been deprecated, please use annotations on the identifier instead: * Rename to: webkit_dom_event_target_add_event_listener ^ DerivedSources/webkitdom/WebKitDOMEventTarget.h:129: Warning: WebKit: GObject-Introspection specific GTK-Doc tag "Rename to" has been deprecated, please use annotations on the identifier instead: * Rename to: webkit_dom_event_target_remove_event_listener ^ rename-to annotation is available in gobject-introspection since 0.6.3 so we should use that instead.
Attachments
Patch (2.91 KB, patch)
2013-12-05 06:27 PST, Carlos Garcia Campos
pnormand: review+
Carlos Garcia Campos
Comment 1 2013-12-05 06:27:49 PST
Created attachment 218509 [details] Patch This now produces a different warning when generating gtk-doc documentation, but it's actually a gtk-doc bug see https://bugzilla.gnome.org/show_bug.cgi?id=710478 Running gtkdoc-mkdb DerivedSources/webkitdom/WebKitDOMEventTarget.h:109: warning: Symbol name not found at the start of the comment block. DerivedSources/webkitdom/WebKitDOMEventTarget.h:126: warning: Symbol name not found at the start of the comment block.
Carlos Garcia Campos
Comment 2 2013-12-05 06:48:17 PST
Note You need to log in before you can comment on or make changes to this bug.