ソースを参照

doc: fix @deftp syntax

Nathalie Furmento 13 年 前
コミット
651d9fb7af
共有2 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 1 1
      doc/chapters/advanced-api.texi
  2. 2 2
      doc/chapters/basic-api.texi

+ 1 - 1
doc/chapters/advanced-api.texi

@@ -140,7 +140,7 @@ the format.
 @node Task Bundles
 @section Task Bundles
 
-@deftp {Data Type} starpu_task_bundle_t
+@deftp {Data Type} {starpu_task_bundle_t}
 Opaque structure describing a list of tasks that should be scheduled
 on the same worker whenever it's possible. It must be considered as a
 hint given to the scheduler as there is no guarantee that they will be

+ 2 - 2
doc/chapters/basic-api.texi

@@ -36,7 +36,7 @@ Upon successful completion, this function returns 0. Otherwise, @code{-ENODEV}
 indicates that no worker was available (so that StarPU was not initialized).
 @end deftypefun
 
-@deftp {Data type} {struct starpu_conf}
+@deftp {Data Type} {struct starpu_conf}
 This structure is passed to the @code{starpu_init} function in order
 to configure StarPU.
 When the default value is used, StarPU automatically selects the number
@@ -129,7 +129,7 @@ guaranteed to be available until this method has been called.
 @node Workers' Properties
 @section Workers' Properties
 
-@deftp {DataType} {enum starpu_archtype}
+@deftp {Data Type} {enum starpu_archtype}
 The different values are:
 @table @asis
 @item @code{STARPU_CPU_WORKER}