瀏覽代碼

doc/chapters/advanced-api.texi: fix deftypefun syntax

Nathalie Furmento 13 年之前
父節點
當前提交
967c880c20
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/chapters/advanced-api.texi

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

@@ -695,17 +695,17 @@ static struct starpu_sched_policy dummy_sched_policy = @{
 @node Driver API
 @subsection Driver API
 
-@deftypefun int starpu_driver_init(struct starpu_driver *@var{d})
+@deftypefun int starpu_driver_init (struct starpu_driver *@var{d})
 Initialize the given driver. Returns 0 on success, -EINVAL if d->type is not
 STARPU_CUDA_WORKER.
 @end deftypefun
 
-@deftypefun int starpu_driver_run_once(struct starpu_driver *@var{d})
+@deftypefun int starpu_driver_run_once (struct starpu_driver *@var{d})
 Runs the driver for a while, then returns 0 on success, -EINVAL if d->type is
 not STARPU_CUDA_WORKER.
 @end deftypefun
 
-@deftypefun int starpu_driver_deinit(struct starpu_driver *@var{d})
+@deftypefun int starpu_driver_deinit (struct starpu_driver *@var{d})
 Deinitialize the given driver. Returns 0 on success, -EINVAL if d->type is not
 STARPU_CUDA_WORKER.
 @end deftypefun