瀏覽代碼

doc/doxygen/chapters/api/initialization.doxy: fix syntax

Nathalie Furmento 11 年之前
父節點
當前提交
fe5610a5ed
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      doc/doxygen/chapters/api/initialization.doxy

+ 5 - 4
doc/doxygen/chapters/api/initialization.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux 1
- * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
  * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
  * See the file version.doxy for copying conditions.
  */
@@ -247,10 +247,11 @@ This call is used to suspend the processing of new tasks by
 workers. It can be used in a program where StarPU is used during only
 a part of the execution. Without this call, the workers continue to
 poll for new tasks in a tight loop, wasting CPU time. The symmetric
-call to \ref starpu_resume() should be used to unfreeze the workers.
+call to starpu_resume() should be used to unfreeze the workers.
 
-\fn vois starpu_resume(void)
-This is the symmetrical call to \ref starpu_pause(), used to resume
+\fn void starpu_resume(void)
+\ingroup API_Initialization_and_Termination
+This is the symmetrical call to starpu_pause(), used to resume
 the workers polling for new tasks.
 
 \fn int starpu_asynchronous_copy_disabled(void)