Skip to content

Commit 32d27f1

Browse files
committed
Updated leaf model documentation
1 parent c49309e commit 32d27f1

File tree

3 files changed

+295
-20
lines changed

3 files changed

+295
-20
lines changed

include/stochtree/ensemble.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ using json = nlohmann::json;
2525
namespace StochTree {
2626

2727
/*!
28-
* \defgroup forest_group Forest (i.e. ensemble of trees) API
28+
* \defgroup forest_group Forest API
2929
*
30-
* \brief Classes / functions for creating and modifying forests.
30+
* \brief Classes / functions for creating and modifying forests (i.e. ensembles of trees).
3131
*
3232
* \{
3333
*/

0 commit comments

Comments
 (0)