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 575794 - cannot build gtk-doc
cannot build gtk-doc
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
: 576250 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-03-18 07:23 UTC by Götz Waschk
Modified: 2009-03-24 03:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
patch (14.92 KB, patch)
2009-03-18 09:09 UTC, yue.wang
none Details | Review
a new patch (7.12 KB, patch)
2009-03-19 07:13 UTC, yue.wang
committed Details | Review

Description Götz Waschk 2009-03-18 07:23:34 UTC
This is with atk 1.26.0 and gtk-doc 1.11 on Mandriva Cooker.

gtk-doc: Running scanner atk-scan
touch scan-build.stamp
gtk-doc: Rebuilding template files
cd . && gtkdoc-mktmpl --module=atk
./atk-unused.txt:1: warning: 9 unused declarations.They should be added to atk-sections.txt in the appropriate place.
touch tmpl-build.stamp
gtk-doc: Building XML
cd . && \
        gtkdoc-mkdb --module=atk --source-dir=../atk --output-format=xml --expand-content-files="" --main-sgml-file=atk-docs.sgml
../atk/atkrelation.c:344: warning: Free-form return value description in atk_relation_remove_target. Use `Returns:' to avoid ambiguities.
../atk/atkhyperlink.c:366: warning: multi-line since docs found
../atk/atkhyperlinkimpl.c:52: warning: Free-form return value description in atk_hyperlink_impl_get_hyperlink. Use `Returns:' to avoid ambiguities.
../atk/atkimage.c:198: warning: Free-form return value description in atk_image_get_image_locale. Use `Returns:' to avoid ambiguities.
../atk/atkobject.c:876: warning: atk_object_get_layer is deprecated in the inline comments, but no deprecation guards were found around the declaration. (See the --deprecated-guards option for gtkdoc-scan.)
../atk/atkobject.c:904: warning: atk_object_get_mdi_zorder is deprecated in the inline comments, but no deprecation guards were found around the declaration. (See the --deprecated-guards option for gtkdoc-scan.)
../atk/atkobject.c:1580: warning: Free-form return value description in atk_object_add_relationship. Use `Returns:' to avoid ambiguities.
../atk/atkobject.c:1609: warning: Free-form return value description in atk_object_remove_relationship. Use `Returns:' to avoid ambiguities.
../atk/atkaction.c:103: warning: Free-form return value description in atk_action_get_description. Use `Returns:' to avoid ambiguities.
../atk/atkaction.c:142: warning: Free-form return value description in atk_action_get_name. Use `Returns:' to avoid ambiguities.
../atk/atkaction.c:168: warning: Free-form return value description in atk_action_get_localized_name. Use `Returns:' to avoid ambiguities.
../atk/atkaction.c:205: warning: Free-form return value description in atk_action_get_keybinding. Use `Returns:' to avoid ambiguities.
../atk/atkstreamablecontent.c:75: warning: Free-form return value description in atk_streamable_content_get_mime_type. Use `Returns:' to avoid ambiguities.
../atk/atkobject.h:339: warning: Documentation in template ./tmpl/atkobject.sgml:298 for AtkPropertyValues being overridden by inline comments.
../atk/atkstate.h:123: warning: Value described in source code comment block but does not exist. ENUM: AtkStateType Value: note.
98% symbol docs coverage (341 symbols documented, 0 symbols incomplete, 6 not documented)
See atk-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
cmp: ungültiger --ignore-initial-Wert »./xml/api-index-ATK«.
cmp: »cmp --help« gibt Ihnen mehr Informationen.
Error running 'cmp ./xml/api-index-ATK 1.9.xml ./xml/api-index-ATK 1.9.new' at /usr/share/gtk-doc/data/gtkdoc-common.pl line 60.
Comment 1 Götz Waschk 2009-03-18 08:44:15 UTC

*** This bug has been marked as a duplicate of 57557 ***
Comment 2 yue.wang 2009-03-18 09:09:40 UTC
Created attachment 130870 [details] [review]
patch

Remove the the blank space after "ATK", in "/* Since: ATK 1.x.x  */".
Comment 3 yue.wang 2009-03-19 07:13:44 UTC
Created attachment 130938 [details] [review]
a new patch

ONLY fixing in *.c file, and conforming in atkObject.h file.
Comment 4 Li Yuan 2009-03-24 03:21:41 UTC
*** Bug 576250 has been marked as a duplicate of this bug. ***