After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 69660 - comment lines starting with the word returns are not necessarily describing the return value
comment lines starting with the word returns are not necessarily describing t...
Status: RESOLVED DUPLICATE of bug 65997
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-01-25 14:32 UTC by Sven Neumann
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sven Neumann 2002-01-25 14:32:28 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.
Comment 1 Matthias Clasen 2002-02-10 00:05:36 UTC
*** This bug has been marked as a duplicate of 65997 ***
Comment 2 Matthias Clasen 2002-04-22 09:30:40 UTC

*** This bug has been marked as a duplicate of 65997 ***