From e814dc8a4b247617c23e7f47fab858e59f630d4b Mon Sep 17 00:00:00 2001 From: tqchen Date: Sat, 27 Feb 2016 18:13:42 -0800 Subject: [PATCH] Fix docstring --- include/rabit/c_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rabit/c_api.h b/include/rabit/c_api.h index 10820fad1..a4a4dc70d 100644 --- a/include/rabit/c_api.h +++ b/include/rabit/c_api.h @@ -1,6 +1,6 @@ /*! * Copyright by Contributors - * \file rabit_c_api.h + * \file c_api.h * \author Tianqi Chen * \brief a C style API of rabit. */ @@ -17,7 +17,7 @@ #define RABIT_DLL RABIT_EXTERN_C #endif -// manually define unsign long +/*! \brief rabit unsigned long type */ typedef unsigned long rbt_ulong; // NOLINT(*) /*!