소스 검색

document starpu_task_list_ismember

Samuel Thibault 9 년 전
부모
커밋
17f0cf352b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      doc/doxygen/chapters/api/task_lists.doxy

+ 4 - 0
doc/doxygen/chapters/api/task_lists.doxy

@@ -64,5 +64,9 @@ Get the end of \p list.
 \ingroup API_Task_Lists
 Get the next task of \p list. This is not erase-safe.
 
+\fn int starpu_task_list_ismember(struct starpu_task_list *list, struct starpu_task *task)
+\ingroup API_Task_Lists
+Test whether the given \p task is contained in the \p list.
+
 */