Browse Source

doc: add missing types

Nathalie Furmento 12 years ago
parent
commit
9e265d44db

+ 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.
 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)
 \ingroup API_MIC_Extensions
 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.
 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)
 \ingroup API_SCC_Extensions
 Initiate a lookup on each SCC device to find the adress of the