Explorar el Código

doc: use better syntax for deprecated object

Nathalie Furmento hace 7 años
padre
commit
e71b8621b1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      doc/doxygen/chapters/api/data_interfaces.doxy

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

@@ -43,7 +43,8 @@ Per-interface data transfer methods.
     This provides a series of methods for performing ram/cuda/opencl synchronous and asynchronous transfers.
 
 \var void *(*starpu_data_interface_ops::handle_to_pointer)(starpu_data_handle_t handle, unsigned node)
-    Deprecated, use starpu_data_interface_ops::to_pointer instead.
+\deprecated
+    Use starpu_data_interface_ops::to_pointer instead.
     Return the current pointer (if any) for the handle on the given node.
 
 \var void *(*starpu_data_interface_ops::to_pointer)(void *data_interface, unsigned node)