浏览代码

doc: revert #3536. starpu_insert_task() returns an int

Nathalie Furmento 14 年之前
父节点
当前提交
0c03f02ff7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/starpu.texi

+ 1 - 1
doc/starpu.texi

@@ -1277,7 +1277,7 @@ transfers, which are assumed to be completely overlapped.
 StarPU provides the wrapper function @code{starpu_insert_task} to ease
 StarPU provides the wrapper function @code{starpu_insert_task} to ease
 the creation and submission of tasks.
 the creation and submission of tasks.
 
 
-@deftypefun void starpu_insert_task (starpu_codelet *@var{cl}, ...)
+@deftypefun int starpu_insert_task (starpu_codelet *@var{cl}, ...)
 Create and submit a task corresponding to @var{cl} with the following
 Create and submit a task corresponding to @var{cl} with the following
 arguments.  The argument list must be zero-terminated.
 arguments.  The argument list must be zero-terminated.