[gtk-doc] tests: demo the escaping for %, # and @ in the docs



commit accb09a97ef9379a19266dfceebd8bf0646ec53e
Author: Stefan Sauer <ensonic users sf net>
Date:   Mon Sep 5 16:51:23 2011 +0200

    tests: demo the escaping for %, # and @ in the docs

 tests/gobject/src/giface.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/gobject/src/giface.c b/tests/gobject/src/giface.c
index 927b987..f4a90c0 100644
--- a/tests/gobject/src/giface.c
+++ b/tests/gobject/src/giface.c
@@ -14,6 +14,9 @@
  *   <imageobject><imagedata fileref="home.png" format="PNG"/></imageobject>
  *   <caption><para>Home sweet home.</para></caption>
  * </mediaobject>
+ *
+ * Just incase you wonder, special caracters can be escaped with a \ like in \%
+ * or \# or even \  
  */
 /**
  * SECTION:iface2



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]