浏览代码

doc: add missing types

Nathalie Furmento 12 年之前
父节点
当前提交
9e265d44db
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      doc/doxygen/chapters/api/mic_extensions.doxy
  2. 4 0
      doc/doxygen/chapters/api/scc_extensions.doxy

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

@@ -13,6 +13,10 @@
 This macro is defined when StarPU has been installed with MIC support.
 This macro is defined when StarPU has been installed with MIC support.
 It should be used in your code to detect the availability of MIC.
 It should be used in your code to detect the availability of MIC.
 
 
+\typedef starpu_mic_func_symbol_t
+\ingroup API_MIC_Extensions
+Type for MIC function symbols
+
 \fn int starpu_mic_register_kernel(starpu_mic_func_symbol_t *symbol, const char *func_name)
 \fn int starpu_mic_register_kernel(starpu_mic_func_symbol_t *symbol, const char *func_name)
 \ingroup API_MIC_Extensions
 \ingroup API_MIC_Extensions
 Initiate a lookup on each MIC device to find the adress of the
 Initiate a lookup on each MIC device to find the adress of the

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

@@ -13,6 +13,10 @@
 This macro is defined when StarPU has been installed with SCC support.
 This macro is defined when StarPU has been installed with SCC support.
 It should be used in your code to detect the availability of SCC.
 It should be used in your code to detect the availability of SCC.
 
 
+\typedef starpu_scc_func_symbol_t
+\ingroup API_SCC_Extensions
+Type for SCC function symbols
+
 \fn int starpu_scc_register_kernel(starpu_scc_func_symbol_t *symbol, const char *func_name)
 \fn int starpu_scc_register_kernel(starpu_scc_func_symbol_t *symbol, const char *func_name)
 \ingroup API_SCC_Extensions
 \ingroup API_SCC_Extensions
 Initiate a lookup on each SCC device to find the adress of the
 Initiate a lookup on each SCC device to find the adress of the