changeset 644:83c31ccc0da4

analyze75write: mention on other functions see also
author carandraug
date Tue, 02 Oct 2012 07:23:16 +0000
parents 753e9f54604f
children cc81e4acc53c
files inst/analyze75info.m inst/analyze75read.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/inst/analyze75info.m
+++ b/inst/analyze75info.m
@@ -28,7 +28,7 @@
 %%
 %% @var{header} is a structure with the file information.
 %%
-%% @seealso{analyze75read}
+%% @seealso{analyze75read, analyze75write}
 %% @end deftypefn
 
 function header = analyze75info (filename, varargin)
--- a/inst/analyze75read.m
+++ b/inst/analyze75read.m
@@ -23,7 +23,7 @@
 %% directory with a single .hdr file can be specified. Alternatively, the file
 %% @var{header} can be specified as returned by @code{analyze75info}.
 %%
-%% @seealso{analyze75info}
+%% @seealso{analyze75info, analyze75write}
 %% @end deftypefn
 
 function data = analyze75read (filename);