From: <jb...@us...> - 2013-09-25 02:16:30
|
Revision: 12526 http://sourceforge.net/p/plplot/code/12526 Author: jbauck Date: 2013-09-25 02:16:25 +0000 (Wed, 25 Sep 2013) Log Message: ----------- Update copyright dates for Ada binding. Fix "redacted" form in docs for plcolorbar. Modified Paths: -------------- trunk/bindings/ada/plplot_thin.adb trunk/bindings/ada/plplot_thin.ads trunk/doc/docbook/src/api.xml Modified: trunk/bindings/ada/plplot_thin.adb =================================================================== --- trunk/bindings/ada/plplot_thin.adb 2013-09-24 22:21:20 UTC (rev 12525) +++ trunk/bindings/ada/plplot_thin.adb 2013-09-25 02:16:25 UTC (rev 12526) @@ -2,7 +2,7 @@ -- Thin Ada binding to PLplot --- Copyright (C) 2006-2007 Jerry Bauck +-- Copyright (C) 2006-2013 Jerry Bauck -- This file is part of PLplot. Modified: trunk/bindings/ada/plplot_thin.ads =================================================================== --- trunk/bindings/ada/plplot_thin.ads 2013-09-24 22:21:20 UTC (rev 12525) +++ trunk/bindings/ada/plplot_thin.ads 2013-09-25 02:16:25 UTC (rev 12526) @@ -2,7 +2,7 @@ -- Thin Ada binding to PLplot --- Copyright (C) 2006-2007 Jerry Bauck +-- Copyright (C) 2006-2013 Jerry Bauck -- This file is part of PLplot. Modified: trunk/doc/docbook/src/api.xml =================================================================== --- trunk/doc/docbook/src/api.xml 2013-09-24 22:21:20 UTC (rev 12525) +++ trunk/doc/docbook/src/api.xml 2013-09-25 02:16:25 UTC (rev 12526) @@ -2308,7 +2308,7 @@ </variablelist> <para> - Redacted form: <function>plcolorbar(p_legend_width, p_legend_height, + Redacted form: <function>plcolorbar(p_colorbar_width, p_colorbar_height, opt, position, x, y, x_length, y_length, bg_color, bb_color, bb_style, low_cap_color, high_cap_color, cont_color, cont_width, label_opts, labels, axis_opts, ticks, sub_ticks, values)</function> </para> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |