summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/H5Lget_info.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/dox/H5Lget_info.dox')
-rw-r--r--doxygen/dox/H5Lget_info.dox5
1 files changed, 2 insertions, 3 deletions
diff --git a/doxygen/dox/H5Lget_info.dox b/doxygen/dox/H5Lget_info.dox
index 686dfe4..2c0971e 100644
--- a/doxygen/dox/H5Lget_info.dox
+++ b/doxygen/dox/H5Lget_info.dox
@@ -3,8 +3,8 @@
* \def H5Lget_info()
* H5Lget_info() is a macro that is mapped to either H5Lget_info1()
* or H5Lget_info2() Such macros are provided to facilitate application
- * compatibility. Their use and mappings are fully described in Compatibility
- * Macros in HDF5. If the library and/or application is compiled for Release
+ * compatibility. Their use and mappings are fully described in \ref api-compat-macros.
+ * If the library and/or application is compiled for Release
* 1.12 emulation, H5Lget_info() will be mapped to H5Lget_info2() and
* H5Lget_info1() is deprecated. With earlier versions, H5Lget_info() is mapped to
* H5Lget_info1(). Specific compile-time compatibility flags and the resulting
@@ -14,5 +14,4 @@
* \li Emulate Release 1.12: H5Lget_info2()
* \li Emulate Release 1.8 or 1.10 interface: H5Lget_info1()
*
- * \todo Fix the reference.
*/