From: <ai...@us...> - 2010-10-01 04:24:24
|
Revision: 11235 http://plplot.svn.sourceforge.net/plplot/?rev=11235&view=rev Author: airwin Date: 2010-10-01 04:24:17 +0000 (Fri, 01 Oct 2010) Log Message: ----------- Correctly order doxygen parameter documentation for pllegend. Modified Paths: -------------- trunk/src/pllegend.c Modified: trunk/src/pllegend.c =================================================================== --- trunk/src/pllegend.c 2010-10-01 04:13:15 UTC (rev 11234) +++ trunk/src/pllegend.c 2010-10-01 04:24:17 UTC (rev 11235) @@ -144,12 +144,12 @@ //! @param line_styles : array of nlegend line styles (plsty indices) //! (PL_LEGEND_LINE) //! @param line_widths : array of nlegend line widths (PL_LEGEND_LINE) -//! @param symbol_numbers : array of nlegend numbers of symbols to be -//! drawn across the width of the plotted area (PL_LEGEND_SYMBOL) //! @param symbol_colors : array of nlegend symbol colors (cmap0 //! indices) (PL_LEGEND_SYMBOL) //! @param symbol_scales : array of nlegend scale values for the //! symbol height (PL_LEGEND_SYMBOL) +//! @param symbol_numbers : array of nlegend numbers of symbols to be +//! drawn across the width of the plotted area (PL_LEGEND_SYMBOL) //! @param symbols : array of nlegend symbols (plpoin indices) //! (PL_LEGEND_SYMBOL) //! This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |