diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp index de25e99d015e2f266f4bf6331b8c1d3d35bc0cdb..4ec1929c614306b0a657b06909e7fafeffcedbc3 100644 --- a/include/aidge/graph/GraphView.hpp +++ b/include/aidge/graph/GraphView.hpp @@ -292,7 +292,8 @@ public: /** * @brief Include a set of Nodes to the current GraphView object. - * The second element in the otherNodes pair is the start node. + * The first element of the otherNodes pair is the start node and + * the second is the remaining nodes to add. * @param otherNodes * @param includeLearnableParam * @return true if graph ordering is unique (meaning inputs/outputs order is well defined).