changeset 1059:7ea0e53e0f4a octave-forge

[Johan Bergman] fix texinfo
author pkienzle
date Sat, 27 Sep 2003 00:08:09 +0000
parents fcf87b82e558
children 30adec23a478
files main/struct/getfield.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/struct/getfield.m	Sat Sep 27 00:04:09 2003 +0000
+++ b/main/struct/getfield.m	Sat Sep 27 00:08:09 2003 +0000
@@ -15,7 +15,7 @@
 ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 ## -*- texinfo -*-
-## deftypefn {Built-in Function} {} [@var{v1},...] =
+## @deftypefn {Built-in Function} {} [@var{v1},...] =
 ## getfield (@var{s}, 'k1',...) = [@var{s}.k1,...]
 ## Return selected values from a struct. Provides some compatibility
 ## and some flexibility.