Git commit a1406268c7ac88a4971a51ad71488307989031cc by Aleix Pol. Committed on 27/06/2013 at 22:13. Pushed by apol into branch 'master'.
Regenerate the commands documentation for 4.11 M +6 -0 doc/commands.docbook M +1 -1 doc/index.docbook http://commits.kde.org/kalgebra/a1406268c7ac88a4971a51ad71488307989031cc diff --git a/doc/commands.docbook b/doc/commands.docbook index d5ea8a1..a4b3747 100644 --- a/doc/commands.docbook +++ b/doc/commands.docbook @@ -396,4 +396,10 @@ <listitem><para>Parameters: filter(par1, par2)</para></listitem> <listitem><para>Example: x->filter(u->rem(u, 2)=0, list { 2, 4, 3, 4, 8, 6 })[rem(floor(x), 5)+3]</para></listitem> </itemizedlist></sect1> + <sect1 id='transpose'><title>transpose</title><itemizedlist> + <listitem><para>Name: transpose</para></listitem> + <listitem><para>Description: Transpose</para></listitem> + <listitem><para>Parameters: transpose(par1)</para></listitem> + <listitem><para>Example: x->transpose(matrix { matrixrow { 1, 2, 3, 4, 5, 6 } })[rem(floor(x), 5)+3][1]</para></listitem> + </itemizedlist></sect1> </chapter> diff --git a/doc/index.docbook b/doc/index.docbook index 06f0fbd..31db8f8 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -472,7 +472,7 @@ place to go to find the many capabilities of &kalgebra;. </chapter> &commands; - <!--FIXME ask maintainer if it needs to be regenerated from the code--> + <chapter id="credits"> <title>Credits and License</title>
