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 751906 - help: Fix incorrect example syntax for embedded images
help: Fix incorrect example syntax for embedded images
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: 1.25
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-03 14:15 UTC by Philip Withnall
Modified: 2015-07-05 09:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
help: Fix incorrect example syntax for embedded images (3.64 KB, patch)
2015-07-03 14:15 UTC, Philip Withnall
none Details | Review

Description Philip Withnall 2015-07-03 14:15:13 UTC
Trivial patch attached. This also updates the translations of the manual which have already translated this string. Since it’s a syntax fix, that should be OK.
Comment 1 Philip Withnall 2015-07-03 14:15:16 UTC
Created attachment 306714 [details] [review]
help: Fix incorrect example syntax for embedded images

The syntax is
   ![Description](image-name.png)
not
   ![Description][image-name.png]
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2015-07-05 09:12:27 UTC
Thanks!
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2015-07-05 09:17:19 UTC
Hmm, the patch does not apply for me :/ Luckily it was easy to recreate :)


commit faa0baacf2ade7efb3694ff703f8603c052305e5
Author: Philip Withnall <philip.withnall@collabora.co.uk>
Date:   Sun Jul 5 11:15:55 2015 +0200

    help: Fix incorrect example syntax for embedded images
    
    The syntax is
       ![Description](image-name.png)
    not
       ![Description][image-name.png]
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751906