Fix docstring
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Copyright by Contributors
|
* Copyright by Contributors
|
||||||
* \file rabit_c_api.h
|
* \file c_api.h
|
||||||
* \author Tianqi Chen
|
* \author Tianqi Chen
|
||||||
* \brief a C style API of rabit.
|
* \brief a C style API of rabit.
|
||||||
*/
|
*/
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
#define RABIT_DLL RABIT_EXTERN_C
|
#define RABIT_DLL RABIT_EXTERN_C
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// manually define unsign long
|
/*! \brief rabit unsigned long type */
|
||||||
typedef unsigned long rbt_ulong; // NOLINT(*)
|
typedef unsigned long rbt_ulong; // NOLINT(*)
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user