From: <car...@us...> - 2012-03-24 21:59:29
|
Revision: 10047 http://octave.svn.sourceforge.net/octave/?rev=10047&view=rev Author: carandraug Date: 2012-03-24 21:59:22 +0000 (Sat, 24 Mar 2012) Log Message: ----------- miscellaneous: bump version, new release made Modified Paths: -------------- trunk/octave-forge/main/miscellaneous/DESCRIPTION trunk/octave-forge/main/miscellaneous/inst/infoskeleton.m Modified: trunk/octave-forge/main/miscellaneous/DESCRIPTION =================================================================== --- trunk/octave-forge/main/miscellaneous/DESCRIPTION 2012-03-24 20:16:29 UTC (rev 10046) +++ trunk/octave-forge/main/miscellaneous/DESCRIPTION 2012-03-24 21:59:22 UTC (rev 10047) @@ -1,6 +1,6 @@ Name: Miscellaneous -Version: 1.0.11 -Date: 2011-12-11 +Version: 1.1.0 +Date: 2012-03-24 Author: various authors Maintainer: Octave-Forge community <oct...@li...> Title: Miscellaneous functions Modified: trunk/octave-forge/main/miscellaneous/inst/infoskeleton.m =================================================================== --- trunk/octave-forge/main/miscellaneous/inst/infoskeleton.m 2012-03-24 20:16:29 UTC (rev 10046) +++ trunk/octave-forge/main/miscellaneous/inst/infoskeleton.m 2012-03-24 21:59:22 UTC (rev 10047) @@ -15,11 +15,10 @@ ##-*- texinfo -*- ## @deftypefn{Function File} infoskeleton(@var{prototype}, @var{index_str}, @var{see_also}) -## @cindex infoskeleton -## The function @var{infoskeleton} generates TeXinfo skeleton documentation of the -## given @var{prototype}. Optionally @var{index_str} and @var{see_also} -## can be specified. +## Generate TeXinfo skeleton documentation of @var{prototype}. ## +## Optionally @var{index_str} and @var{see_also} can be specified. +## ## Usage of this function is typically, ## @example ## infoskeleton('[V,Q] = eig( A )','linear algebra','eigs, chol, qr, det') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |