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 596606 - docs for GAtomic miss parameters
docs for GAtomic miss parameters
Status: RESOLVED OBSOLETE
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Low minor
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
: 609163 (view as bug list)
Depends on: 589775
Blocks:
 
 
Reported: 2009-09-28 13:30 UTC by Benjamin Otte (Company)
Modified: 2013-05-31 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2009-09-28 13:30:28 UTC
See http://library.gnome.org/devel/glib/stable/glib-Atomic-Operations.html

The macros in there are listed without arguments.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-09-28 18:33:32 UTC
Its a bug in deprecated gtkdoc-mktmpl. For some reasons it considers those parameters as 'old-parameters'. They are delimited by "<!-- # Unused Parameters # -->" in the tmpl file and omitted by gtkdoc-mkdb.

glib should move its documentation to inline comments. If problem persists it should be fixed. I'll add a testcase to check if there is a parsing issue.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-06 15:31:53 UTC
*** Bug 609163 has been marked as a duplicate of this bug. ***
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2013-05-31 14:11:41 UTC
This is now solved as either those aren't macros anymore or the docs have been moved.