From: <jb...@us...> - 2012-08-15 10:18:01
|
Revision: 12215 http://plplot.svn.sourceforge.net/plplot/?rev=12215&view=rev Author: jbauck Date: 2012-08-15 10:17:55 +0000 (Wed, 15 Aug 2012) Log Message: ----------- Change Ada doc to reflect a recent minor change in the Ada binding API related to HLS access to cmap1. Modified Paths: -------------- trunk/doc/docbook/src/ada.xml Modified: trunk/doc/docbook/src/ada.xml =================================================================== --- trunk/doc/docbook/src/ada.xml 2012-08-14 22:33:21 UTC (rev 12214) +++ trunk/doc/docbook/src/ada.xml 2012-08-15 10:17:55 UTC (rev 12215) @@ -874,8 +874,8 @@ behavior is as though a proper-length array of all <literal>False</literal> values was passed. In Ada, these procedures are overloaded to allow a last argument that can be either an array of - Boolean or a value of the enumerated type <literal>(Reverse_Hue_None, - Reverse_Hue_All)</literal>.</para> + Boolean or a value of the enumerated type <literal>type Alt_Hue_Path_Type is (Alt_Hue_Path_None, + Alt_Hue_Path_All)</literal>.</para> </sect2> </sect1> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |