浏览代码

doc: fix internal references

Nathalie Furmento 10 年之前
父节点
当前提交
757f5791e8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      doc/doxygen/chapters/api/data_interfaces.doxy
  2. 1 1
      doc/doxygen/chapters/api/insert_task.doxy

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

@@ -313,7 +313,7 @@ starpu_block_data_register(&block_handle, STARPU_MAIN_RAM, (uintptr_t)block, nx,
 \ingroup API_Data_Interfaces
 \ingroup API_Data_Interfaces
 Register into the \p handle that to store data on node \p node it should use the
 Register into the \p handle that to store data on node \p node it should use the
 buffer located at \p ptr, or device handle \p dev_handle and offset \p offset
 buffer located at \p ptr, or device handle \p dev_handle and offset \p offset
-(for OpenCL, notably), with \p ldy elements between rows and \ldz elements between z planes.
+(for OpenCL, notably), with \p ldy elements between rows and \p ldz elements between z planes.
 
 
 \fn void starpu_bcsr_data_register(starpu_data_handle_t *handle, unsigned home_node, uint32_t nnz, uint32_t nrow, uintptr_t nzval, uint32_t *colind, uint32_t *rowptr, uint32_t firstentry, uint32_t r, uint32_t c, size_t elemsize)
 \fn void starpu_bcsr_data_register(starpu_data_handle_t *handle, unsigned home_node, uint32_t nnz, uint32_t nrow, uintptr_t nzval, uint32_t *colind, uint32_t *rowptr, uint32_t firstentry, uint32_t r, uint32_t c, size_t elemsize)
 \ingroup API_Data_Interfaces
 \ingroup API_Data_Interfaces

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

@@ -93,7 +93,7 @@ this macro is used when calling starpu_task_insert(), and must be followed by a
 \def STARPU_TAG_ONLY
 \def STARPU_TAG_ONLY
 \ingroup API_Insert_Task
 \ingroup API_Insert_Task
 this macro is used when calling starpu_task_insert(), and must be followed by a tag.
 this macro is used when calling starpu_task_insert(), and must be followed by a tag.
-It sets ::tag_id, but leaves ::use_tag as 0.
+It sets starpu_task::tag_id, but leaves starpu_task::use_tag as 0.
 
 
 \def STARPU_FLOPS
 \def STARPU_FLOPS
 \ingroup API_Insert_Task
 \ingroup API_Insert_Task