[rkward] doc/rkwardplugins: Minor fixes

Yuri Chornoivan null at kde.org
Sat Jan 7 16:26:58 UTC 2017


Git commit e31c5baf7d2de958cbe5889fcf3411c396e36899 by Yuri Chornoivan.
Committed on 07/01/2017 at 16:26.
Pushed by yurchor into branch 'master'.

Minor fixes

M  +4    -10   doc/rkwardplugins/index.docbook

https://commits.kde.org/rkward/e31c5baf7d2de958cbe5889fcf3411c396e36899

diff --git a/doc/rkwardplugins/index.docbook b/doc/rkwardplugins/index.docbook
index ea6c26fe..8592ab6d 100644
--- a/doc/rkwardplugins/index.docbook
+++ b/doc/rkwardplugins/index.docbook
@@ -3294,11 +3294,11 @@ made checkable, thus acting like a simple check box at the same time.
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>rows</parameter></term>
-	<listitem><para>Number of rows in the matrix. Has no effect for allow_user_resize_rows="true". <note><para>This can also be controlled by setting the "rows" property".</para></note> (optional, defaults to 2).</para></listitem>
+	<listitem><para>Number of rows in the matrix. Has no effect for allow_user_resize_rows="true". <note><para>This can also be controlled by setting the "rows" property.</para></note> (optional, defaults to 2).</para></listitem>
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>columns</parameter></term>
-	<listitem><para>Number of columns in the matrix. Has no effect for allow_user_resize_columns="true". <note><para>This can also be controlled by setting the "columns" property".</para></note> (optional, defaults to 2).</para></listitem>
+	<listitem><para>Number of columns in the matrix. Has no effect for allow_user_resize_columns="true". <note><para>This can also be controlled by setting the "columns" property.</para></note> (optional, defaults to 2).</para></listitem>
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>min_rows</parameter></term>
@@ -3493,7 +3493,7 @@ made checkable, thus acting like a simple check box at the same time.
 	<variablelist>
 	<varlistentry>
 	<term><parameter>component</parameter></term>
-	<listitem><para>The registered name of the component to embed (see <link linkend="pluginmap">chapter on registering components</link> (required)</para></listitem>
+	<listitem><para>The registered name of the component to embed (see <link linkend="pluginmap">chapter on registering components</link>) (required)</para></listitem>
 	</varlistentry>
 	<varlistentry>
 	<term><parameter>as_button</parameter></term>
@@ -3897,7 +3897,7 @@ Attributes:
 		</varlistentry>
 		<varlistentry>
 			<term>row.0,row.1,row.2...</term>
-			<listitem><para>The data from a single row (0 for topmost row). <function>getValue()</function>/<function>getString()</function> returns this as a single string, separated by "\n". However, the recommended way to get this is using <function>getList()</function>, which returns this column as an array of strings.</para></listitem>
+			<listitem><para>The data from a single row (0 for topmost row). <function>getValue()</function>/<function>getString()</function> returns this as a single string, separated by "\n". However, the recommended way to get this is using <function>getList()</function>, which returns this row as an array of strings.</para></listitem>
 		</varlistentry>
 		<varlistentry>
 			<term>cbind</term>
@@ -4096,12 +4096,6 @@ different types, using modifiers may lead to errors. For <replaceable>fixed_valu
   <entry>Plots->Barplot</entry>
 </row>
 <row>
-  <entry>rkward::grid</entry>
-  <entry>embedded.pluginmap</entry>
-  <entry>Add grid to a plot</entry>
-  <entry>In an existing plot window: Edit->Draw grid.</entry>
-</row>
-<row>
   <entry>rkward::level_select</entry>
   <entry>embedded.pluginmap</entry>
   <entry>Provides a <valueselector> filled with the levels (or unique values) of a vector.</entry>



More information about the rkward-tracker mailing list