Переглянути джерело

doc: use better syntax for deprecated object

Nathalie Furmento 7 роки тому
батько
коміт
e71b8621b1
1 змінених файлів з 2 додано та 1 видалено
  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)