Skip to content

Commit a9667c8

Browse files
committed
diff: fix some doxygen references in union/enum diff doc
Signed-off-by: Brice Goglin <[email protected]>
1 parent 8f94227 commit a9667c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/hwloc/diff.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2013-2018 Inria. All rights reserved.
2+
* Copyright © 2013-2020 Inria. All rights reserved.
33
* See COPYING in top-level directory.
44
*/
55

@@ -110,7 +110,7 @@ union hwloc_topology_diff_obj_attr_u {
110110
*/
111111
typedef enum hwloc_topology_diff_type_e {
112112
/** \brief An object attribute was changed.
113-
* The union is a hwloc_topology_diff_obj_attr_u::hwloc_topology_diff_obj_attr_s.
113+
* The union is a hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s.
114114
*/
115115
HWLOC_TOPOLOGY_DIFF_OBJ_ATTR,
116116

@@ -119,7 +119,7 @@ typedef enum hwloc_topology_diff_type_e {
119119
* this object has not been checked.
120120
* hwloc_topology_diff_build() will return 1.
121121
*
122-
* The union is a hwloc_topology_diff_obj_attr_u::hwloc_topology_diff_too_complex_s.
122+
* The union is a hwloc_topology_diff_u::hwloc_topology_diff_too_complex_s.
123123
*/
124124
HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX
125125
} hwloc_topology_diff_type_t;

0 commit comments

Comments
 (0)