From: <and...@us...> - 2013-11-25 23:36:26
|
Revision: 12751 http://sourceforge.net/p/plplot/code/12751 Author: andrewross Date: 2013-11-25 23:36:23 +0000 (Mon, 25 Nov 2013) Log Message: ----------- Minor documentation updates to correct references to examples using various functions. Modified Paths: -------------- trunk/doc/docbook/src/api.xml Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2013-11-25 23:29:30 UTC (rev 12750) +++ trunk/doc/docbook/src/api.xml 2013-11-25 23:36:23 UTC (rev 12751) @@ -9211,7 +9211,7 @@ </para> <para> - This function is not used in any examples. + This function is used in example 22. </para> </sect1> @@ -11127,7 +11127,7 @@ </para> <para> - This function is not used in any examples. + This function is used in any example 31. </para> </sect1> @@ -14430,7 +14430,8 @@ <listitem> <para> Pointer to a function that defines a transformation from the - input (x, y) coordinate to a new plot world coordinate. + input (x, y) coordinate to a new plot world coordinate. A NULL pointer + means that no transform is applied. </para> </listitem> </varlistentry> @@ -14460,7 +14461,7 @@ </para> <para> - This function is used in example 19. + This function is used in examples 19 and 22. </para> </sect1> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |