diff src/DLD-FUNCTIONS/fft.cc @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents ebe5d7d15522
children 080c08b192d8
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/fft.cc	Sat Mar 04 22:21:01 2006 +0000
+++ b/src/DLD-FUNCTIONS/fft.cc	Mon Mar 06 21:26:54 2006 +0000
@@ -166,8 +166,8 @@
 \n\
 If called with three arguments, @var{dim} is an integer specifying the\n\
 dimension of the matrix along which the FFT is performed\n\
-@end deftypefn\n\
-@seealso {ifft, fft2, fftn, fftw_wisdom}")
+@seealso{ifft, fft2, fftn, fftw_wisdom}\n\
+@end deftypefn")
 {
   return do_fft (args, "fft", 0);
 }
@@ -192,8 +192,8 @@
 \n\
 If called with three agruments, @var{dim} is an integer specifying the\n\
 dimension of the matrix along which the inverse FFT is performed\n\
-@end deftypefn\n\
-@seealso {fft, ifft2, ifftn, fftw_wisdom}")
+@seealso{fft, ifft2, ifftn, fftw_wisdom}\n\
+@end deftypefn")
 {
   return do_fft (args, "ifft", 1);
 }