Commit a8b34309 by Wei Chen Committed by Tianqi Chen

[DOC]Remove non-existent parameter doc (#2277)

parent 71a34895
...@@ -536,7 +536,6 @@ class GraphPartitioner { ...@@ -536,7 +536,6 @@ class GraphPartitioner {
* \brief Commit fusion operation. * \brief Commit fusion operation.
* \param src The source node. * \param src The source node.
* \param sink The termination node. * \param sink The termination node.
* \tparam group the group to be committed.
* \note sink must be a post-dominator of src. * \note sink must be a post-dominator of src.
*/ */
void CommitFuse(IndexedForwardGraph::Node* src, void CommitFuse(IndexedForwardGraph::Node* src,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment