diff scripts/control/system/parallel.m @ 3439:3234a698073a

[project @ 2000-01-14 09:51:14 by jwe]
author jwe
date Fri, 14 Jan 2000 09:52:35 +0000
parents 2e06c3941943
children 7923abdeb4e5
line wrap: on
line diff
--- a/scripts/control/system/parallel.m
+++ b/scripts/control/system/parallel.m
@@ -16,7 +16,8 @@
 ## along with Octave; see the file COPYING.  If not, write to the Free
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
-## function sysp = parallel(Asys,Bsys)
+## -*- texinfo -*-
+## @deftypefn {Function File} {@var{sysp} =} parallel (@var{Asys}, @var{Bsys})
 ## Forms the parallel connection of two systems.
 ##
 ##              ____________________
@@ -28,6 +29,7 @@
 ##              |      --------    |
 ##              --------------------
 ##                   Ksys
+## @end deftypefn
 
 ## Author: David Clem
 ## Created: August 15, 1994