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 723812 - Add support for reference links
Add support for reference links
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: 1.20
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-07 02:33 UTC by William Jon McCann
Modified: 2014-02-07 21:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for reference links (2.32 KB, patch)
2014-02-07 02:33 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2014-02-07 02:33:09 UTC
Support for reference links in the standard markdown syntax.
Comment 1 William Jon McCann 2014-02-07 02:33:16 UTC
Created attachment 268370 [details] [review]
Add support for reference links
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2014-02-07 14:19:31 UTC
Review of attachment 268370 [details] [review]:

::: gtkdoc-mkdb.in
@@ +5013,3 @@
+
+          if (defined ($element{"#"})) {
+            # title attribute not supported

print a warning?