We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28bcf2 commit 469b39bCopy full SHA for 469b39b
include/hwloc.h
@@ -98,6 +98,8 @@ extern "C" {
98
/** \brief Indicate at runtime which hwloc API version was used at build time.
99
*
100
* Should be ::HWLOC_API_VERSION if running on the same version.
101
+ *
102
+ * \return the build-time version number.
103
*/
104
HWLOC_DECLSPEC unsigned hwloc_get_api_version(void);
105
@@ -789,6 +791,8 @@ HWLOC_DECLSPEC void hwloc_topology_check(hwloc_topology_t topology);
789
791
790
792
* This is the depth of ::HWLOC_OBJ_PU objects plus one.
793
794
+ * \return the depth of the object tree.
795
796
* \note NUMA nodes, I/O and Misc objects are ignored when computing
797
* the depth of the tree (they are placed on special levels).
798
0 commit comments