From: <car...@us...> - 2012-05-16 16:16:08
|
Revision: 10451 http://octave.svn.sourceforge.net/octave/?rev=10451&view=rev Author: carandraug Date: 2012-05-16 16:15:59 +0000 (Wed, 16 May 2012) Log Message: ----------- closed_path: empty line between copyright and help text or octave won't parse it correctly Modified Paths: -------------- trunk/octave-forge/main/geometry/inst/geom2d/closed_path.m Modified: trunk/octave-forge/main/geometry/inst/geom2d/closed_path.m =================================================================== --- trunk/octave-forge/main/geometry/inst/geom2d/closed_path.m 2012-05-16 09:37:15 UTC (rev 10450) +++ trunk/octave-forge/main/geometry/inst/geom2d/closed_path.m 2012-05-16 16:15:59 UTC (rev 10451) @@ -12,11 +12,11 @@ %% %% You should have received a copy of the GNU General Public License %% along with this program; if not, see <http://www.gnu.org/licenses/>. -%% + %% -*- texinfo -*- %% @deftypefn {Function File} {@var{y} =} polygon (@var{x}) -%% Returns a simple closed path that passes through all the points in x. -%% x is a vector containing 2D coordinates of the points. +%% Returns a simple closed path that passes through all the points in @var{x}. +%% @var{x} is a vector containing 2D coordinates of the points. %% %% @end deftypefn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |