changeset 10977:b21e2cd186d4 octave-forge

control: avoid problem with function index
author paramaniac
date Sun, 30 Sep 2012 06:32:37 +0000
parents 357beab25857
children a4596478d959
files main/control/inst/@iddata/horzcat.m main/control/inst/@iddata/vertcat.m
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/control/inst/@iddata/horzcat.m	Sun Sep 30 06:11:08 2012 +0000
+++ b/main/control/inst/@iddata/horzcat.m	Sun Sep 30 06:32:37 2012 +0000
@@ -16,8 +16,7 @@
 ## along with LTI Syncope.  If not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} {@var{dat} =} [@var{dat1}, @var{dat2}, @dots{}]
-## @deftypefnx {Function File} {@var{dat} =} horzcat (@var{dat1}, @var{dat2}, @dots{})
+## @deftypefn {Function File} {@var{dat} =} horzcat (@var{dat1}, @var{dat2}, @dots{})
 ## Horizontal concatenation of iddata datasets.
 ## The outputs and inputs are concatenated in the following way:
 ## @code{dat.y@{e@} = [dat1.y@{e@}, dat2.y@{e@}, @dots{}]}
--- a/main/control/inst/@iddata/vertcat.m	Sun Sep 30 06:11:08 2012 +0000
+++ b/main/control/inst/@iddata/vertcat.m	Sun Sep 30 06:32:37 2012 +0000
@@ -16,8 +16,7 @@
 ## along with LTI Syncope.  If not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} {@var{dat} =} [@var{dat1}; @var{dat2}; @dots{}]
-## @deftypefnx {Function File} {@var{dat} =} vertcat (@var{dat1}, @var{dat2}, @dots{})
+## @deftypefn {Function File} {@var{dat} =} vertcat (@var{dat1}, @var{dat2}, @dots{})
 ## Vertical concatenation of iddata datasets.
 ## The samples are concatenated in the following way:
 ## @code{dat.y@{e@} = [dat1.y@{e@}; dat2.y@{e@}; @dots{}]}