Docs: use // for comments in examples

Without sgml mode, we can't escape /* as /* anymore,
so just switch to // for comments in examples.
This commit is contained in:
Matthias Clasen
2014-02-14 23:34:22 -05:00
parent e179c65da0
commit c779b42476
39 changed files with 179 additions and 171 deletions

View File

@ -67,7 +67,7 @@
* }
* else
* {
* /* Use the info object */
* // Use the info object
* gtk_recent_info_unref (info);
* }
* ]|