From 26b36714ea2e99dbc1893afd59c1ab5f4a7aaefa Mon Sep 17 00:00:00 2001 From: Vadim Khotilovich Date: Sun, 15 May 2016 03:05:19 -0500 Subject: [PATCH] doxygen suggested fix --- include/xgboost/c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgboost/c_api.h b/include/xgboost/c_api.h index e6c09cd0b..e75ed2cfe 100644 --- a/include/xgboost/c_api.h +++ b/include/xgboost/c_api.h @@ -447,7 +447,7 @@ XGB_DLL int XGBoosterSetAttr(BoosterHandle handle, /*! * \brief Get the names of all attribute from Booster. * \param handle handle - * \param len the argument to hold the output length + * \param out_len the argument to hold the output length * \param out pointer to hold the output attribute stings * \return 0 when success, -1 when failure happens */