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 723119 - docs: use |[ ]| instead of <programlisting></programlisting>
docs: use |[ ]| instead of <programlisting></programlisting>
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 723118
Blocks:
 
 
Reported: 2014-01-27 19:22 UTC by William Jon McCann
Modified: 2014-01-29 19:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
docs: use |[ ]| instead of <programlisting></programlisting> (91.61 KB, patch)
2014-01-27 19:22 UTC, William Jon McCann
committed Details | Review
docs: Identify examples that are C code (58.95 KB, patch)
2014-01-27 21:22 UTC, William Jon McCann
committed Details | Review
docs: Work around cpp complaining about comments in docs in the standard way (2.23 KB, patch)
2014-01-27 21:22 UTC, William Jon McCann
committed Details | Review
docs: don't escape entities in example code (12.69 KB, patch)
2014-01-27 21:22 UTC, William Jon McCann
committed Details | Review

Description William Jon McCann 2014-01-27 19:22:03 UTC
Use a gtk-doc abbreviation to avoid a bunch of docbook markup.
Comment 1 William Jon McCann 2014-01-27 19:22:06 UTC
Created attachment 267337 [details] [review]
docs: use |[ ]| instead of <programlisting></programlisting>
Comment 2 Matthias Clasen 2014-01-27 19:23:55 UTC
Review of attachment 267337 [details] [review]:

Not going to review this in detail. I spot checked, and it looked fine.
Comment 3 William Jon McCann 2014-01-27 21:22:12 UTC
Created attachment 267346 [details] [review]
docs: Identify examples that are C code
Comment 4 William Jon McCann 2014-01-27 21:22:15 UTC
Created attachment 267347 [details] [review]
docs: Work around cpp complaining about comments in docs in the standard way
Comment 5 William Jon McCann 2014-01-27 21:22:18 UTC
Created attachment 267348 [details] [review]
docs: don't escape entities in example code
Comment 6 William Jon McCann 2014-01-29 19:46:02 UTC
Attachment 267337 [details] pushed as 768bc44 - docs: use |[ ]| instead of <programlisting></programlisting>
Attachment 267346 [details] pushed as 4c8bd8e - docs: Identify examples that are C code
Attachment 267347 [details] pushed as 48b359e - docs: Work around cpp complaining about comments in docs in the standard way
Attachment 267348 [details] pushed as e31ebda - docs: don't escape entities in example code