[kde-doc-english] [rkward] doc/rkwardplugins: Fix build

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Sat Nov 14 07:05:10 UTC 2015


Git commit 4f9a9d7bc6dff92b8046b74e9685e9f8bc723a73 by Thomas Friedrichsmeier.
Committed on 14/11/2015 at 07:05.
Pushed by tfry into branch 'master'.

Fix build

M  +3    -3    doc/rkwardplugins/index.docbook

http://commits.kde.org/rkward/4f9a9d7bc6dff92b8046b74e9685e9f8bc723a73

diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook
index 2bc6e58..82712f5 100644
--- a/doc/rkwardplugins/index.docbook
+++ b/doc/rkwardplugins/index.docbook
@@ -2552,7 +2552,7 @@ local({
 		</sect2>
 
   </sect1>
-  <sect1 id="i18n_rkwarddev"><title>Adding help pages</title>
+  <sect1 id="rkwarddev_rkh"><title>Adding help pages</title>
     <para>
       If you want to write a help page for your plugin, the most straight forward way to do so is to add the particular instructions directly to the definitions of the XML elements they belong to:
     </para>
@@ -2578,9 +2578,9 @@ variables <- rk.XML.varselector(
     </programlisting>
     <para>
       To add global sections like <command><summary></command> or <command><usage></command> to the help page, you use functions like <function>rk.rkh.summary()</function> or <function>rk.rkh.usage()</function> accordingly. Their results are then used to set the list elements like <parameter>summary</parameter> or <parameter>usage</parameter> in the <parameter>rkh</parameter> parameter of <function>rk.plugin.component()</function>/<function>rk.plugin.skeleton()</function>.
-    <para>
+    </para>
 	</sect1>
-  <sect1 id="i18n_rkwarddev"><title>Translating plugins</title>
+  <sect1 id="rkwarddev_i18n"><title>Translating plugins</title>
     <para>
       The <application>rkwarddev</application> package is capable of producing external plugins with full i18n support. For instance, all relevant functions generating XML objects offer an optional parameter to specify <replaceable>i18n_context</replaceable> or <replaceable>noi18n_label</replaceable>:
     </para>


More information about the kde-doc-english mailing list