From 29bf848d92b3f4a64d32b104638e87bffcfdb5b3 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 12 Apr 2011 20:28:06 -0400 Subject: [PATCH] gdbus-codegen: Use CDATA to make gtk-doc avoid expanding certain strings Signed-off-by: David Zeuthen --- docs/reference/gio/gdbus-codegen.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index 4b81620..f6bd56f 100644 --- a/docs/reference/gio/gdbus-codegen.xml +++ b/docs/reference/gio/gdbus-codegen.xml @@ -323,15 +323,15 @@ gdbus-codegen --c-namespace MyApp \ ]]> - Note that since can be used in any inline + Note that can be used in any inline documentation bit (e.g. for interfaces, methods, signals and properties) to set the org.gtk.GDBus.Since annotation. For the org.gtk.GDBus.DocString annotation (and inline comments), note that substrings of the form - #net.Corp.Bar, - net.Corp.Bar.FooMethod(), - #net.Corp.Bar::BarSignal and - #net.Corp.InlineDocs:BazProperty are all + , + , + and + are all expanded to links to the respective interface, method, signal and property. @@ -718,7 +718,7 @@ on_handle_hello_world (MyAppFrobber *object, Author - Written by David Zeuthen zeuthen(at)gmail.com with + Written by David Zeuthen with a lot of help from many others. -- 2.7.4