Nathalie Furmento лет назад: 14
Родитель
Сommit
c4b654fa99
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/chapters/fft-support.texi

+ 2 - 2
doc/chapters/fft-support.texi

@@ -42,7 +42,7 @@ plan. @code{starpufft_start_handle} is preferrable since it does not wait for
 the task completion, and thus permits to enqueue a series of tasks.
 the task completion, and thus permits to enqueue a series of tasks.
 @end enumerate
 @end enumerate
 
 
-@subsection Compilation
+@section Compilation
 
 
 The flags required to compile or link against the FFT library are accessible
 The flags required to compile or link against the FFT library are accessible
 with the following commands:
 with the following commands:
@@ -54,7 +54,7 @@ with the following commands:
 
 
 Also pass the @code{--static} option if the application is to be linked statically.
 Also pass the @code{--static} option if the application is to be linked statically.
 
 
-@subsection Initialisation
+@section Initialisation
 
 
 @deftypefun {void *} starpufft_malloc (size_t @var{n})
 @deftypefun {void *} starpufft_malloc (size_t @var{n})
 Allocates memory for @var{n} bytes. This is preferred over @code{malloc}, since
 Allocates memory for @var{n} bytes. This is preferred over @code{malloc}, since