Skip to content

Commit 7f54be7

Browse files
committed
hwloc/plugins.h: merge discovery component and backend groups
Signed-off-by: Brice Goglin <[email protected]>
1 parent 2826586 commit 7f54be7

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

include/hwloc/plugins.h

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct hwloc_backend;
2626

2727

2828

29-
/** \defgroup hwlocality_disc_components Components and Plugins: Discovery components
29+
/** \defgroup hwlocality_disc_components Components and Plugins: Discovery components and backends
3030
*
3131
* \note These structures and functions may change when ::HWLOC_COMPONENT_ABI is modified.
3232
*
@@ -90,18 +90,6 @@ struct hwloc_disc_component {
9090
struct hwloc_disc_component * next;
9191
};
9292

93-
/** @} */
94-
95-
96-
97-
98-
/** \defgroup hwlocality_disc_backends Components and Plugins: Discovery backends
99-
*
100-
* \note These structures and functions may change when ::HWLOC_COMPONENT_ABI is modified.
101-
*
102-
* @{
103-
*/
104-
10593
/** \brief Discovery phase */
10694
typedef enum hwloc_disc_phase_e {
10795
/** \brief xml or synthetic, platform-specific components.

0 commit comments

Comments
 (0)