Browse Source

doc/doxygen/chapters/api/codelet_and_tasks.doxy: typo

Nathalie Furmento 12 years ago
parent
commit
e96bf521a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/doxygen/chapters/api/codelet_and_tasks.doxy

+ 1 - 1
doc/doxygen/chapters/api/codelet_and_tasks.doxy

@@ -137,7 +137,7 @@ initialize the whole structure to zero, either by using explicit
 memset, or the function starpu_codelet_init(), or by letting the
 memset, or the function starpu_codelet_init(), or by letting the
 compiler implicitly do it in e.g. static storage case.
 compiler implicitly do it in e.g. static storage case.
 \ingroup API_Codelet_And_Tasks
 \ingroup API_Codelet_And_Tasks
-\var starpu_codelet::where.
+\var starpu_codelet::where
 Optional field to indicate which types of processing units are able to
 Optional field to indicate which types of processing units are able to
 execute the codelet. The different values ::STARPU_CPU, ::STARPU_CUDA,
 execute the codelet. The different values ::STARPU_CPU, ::STARPU_CUDA,
 ::STARPU_OPENCL can be combined to specify on which types of processing
 ::STARPU_OPENCL can be combined to specify on which types of processing