diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index 4b81620f6..f6bd56fa3 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.