GNOME Bugzilla – Bug 69660
comment lines starting with the word returns are not necessarily describing the return value
Last modified: 2004-12-22 21:47:04 UTC
Current GTK+ from CVS has the following comment: /** * gtk_window_get_size: * @window: a #GtkWindow * @width: return location for width, or %NULL * @height: return location for height, or %NULL * * Obtains the current size of @window. If @window is not onscreen, it * returns the size GTK+ will suggest to the <link ... For whatever reason gtk-doc thinks that the line starting with * returns is describing the function's return value: WARNING: Parameter described in source code comment block but does not exist - Func: gtk_window_get_size Param: Returns. Actually the gtk-doc version I'm using is current CVS (0.9) but bugzilla doesn't offer this version.
*** This bug has been marked as a duplicate of 65997 ***