From: <st...@us...> - 2009-04-18 12:31:25
|
Revision: 5721 http://octave.svn.sourceforge.net/octave/?rev=5721&view=rev Author: stegu Date: 2009-04-18 12:31:06 +0000 (Sat, 18 Apr 2009) Log Message: ----------- Documentation typo Modified Paths: -------------- trunk/octave-forge/main/image/src/__bwdist.cc Modified: trunk/octave-forge/main/image/src/__bwdist.cc =================================================================== --- trunk/octave-forge/main/image/src/__bwdist.cc 2009-04-18 12:20:45 UTC (rev 5720) +++ trunk/octave-forge/main/image/src/__bwdist.cc 2009-04-18 12:31:06 UTC (rev 5721) @@ -88,8 +88,8 @@ \n\ If a second output argument is given, the linear index for the\n\ closest object pixel is returned for each pixel. (For object\n\ -pixels, the index points to the pixel itself.) The return value C\n\ -is a matrix the same size as @var{bw}.\n\n\ +pixels, the index points to the pixel itself.) The return value\n\ +@var{C} is a matrix the same size as @var{bw}.\n\n\ @end deftypefn") { const int nargin = args.length(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |