Browse Source

doc: use better syntax for deprecated object

Nathalie Furmento 7 years ago
parent
commit
e71b8621b1
1 changed files with 2 additions and 1 deletions
  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)