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

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 4c8a2e4e0717
children 080c08b192d8
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/fftn.cc	Sat Mar 04 22:21:01 2006 +0000
+++ b/src/DLD-FUNCTIONS/fftn.cc	Mon Mar 06 21:26:54 2006 +0000
@@ -130,8 +130,8 @@
 truncated prior to performing the FFT. Otherwise if an element\n\
 of @var{size} is larger than the corresponding dimension @var{a}\n\
 is resized and padded with zeros.\n\
-@end deftypefn\n\
-@seealso {ifftn, fft, fft2, fftw_wisdom}")
+@seealso {ifftn, fft, fft2, fftw_wisdom}\n\
+@end deftypefn")
 {
   return do_fftn (args, "fftn", 0);
 }
@@ -147,8 +147,8 @@
 truncated prior to performing the inverse FFT. Otherwise if an element\n\
 of @var{size} is larger than the corresponding dimension @var{a}\n\
 is resized and padded with zeros.\n\
-@end deftypefn\n\
-@seealso {fftn, ifft, ifft2, fftw_wisdom}")
+@seealso {fftn, ifft, ifft2, fftw_wisdom}\n\
+@end deftypefn")
 {
   return do_fftn (args, "ifftn", 1);
 }