|
From: <ai...@us...> - 2013-09-18 19:12:46
|
Revision: 12509
http://sourceforge.net/p/plplot/code/12509
Author: airwin
Date: 2013-09-18 19:12:42 +0000 (Wed, 18 Sep 2013)
Log Message:
-----------
In doxygen documentation of plcol1, use the correct (col1 rather than
icol1) parameter name.
Modified Paths:
--------------
trunk/src/plctrl.c
Modified: trunk/src/plctrl.c
===================================================================
--- trunk/src/plctrl.c 2013-09-18 18:51:03 UTC (rev 12508)
+++ trunk/src/plctrl.c 2013-09-18 19:12:42 UTC (rev 12509)
@@ -7,7 +7,7 @@
// Copyright (C) 2004 Joao Cardoso
// Copyright (C) 2004 Rafael Laboissiere
// Copyright (C) 2008 Hazen Babcock
-// Copyright (C) 2009 Alan W. Irwin
+// Copyright (C) 2009-2013 Alan W. Irwin
// Copyright (C) 2011 Hezekiah M. Carty
//
// This file is part of PLplot.
@@ -170,7 +170,7 @@
//
//! Set color, map 1. Argument is a float between 0. and 1.
//!
-//! @param icol1 The index of the color map 1 color to use as the current
+//! @param col1 The index of the color map 1 color to use as the current
//! color. (0.0 - 1.0)
void
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|