Parcourir la source

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

Nathalie Furmento il y a 13 ans
Parent
commit
967c880c20
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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