diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp index 5bb17c0b3e9d78e807b71709db59aedeb4ba867d..666483bf8e9429708aad25abb0c6fade59fd784c 100644 --- a/include/aidge/graph/GraphView.hpp +++ b/include/aidge/graph/GraphView.hpp @@ -662,12 +662,10 @@ private: //@todo 1see in code comment void updateInputsOutputsNew(NodePtr newNode); - //@todo 100+ lines =( /** - * @brief Automatically update GraphView inputs/outputs with a Node removed, checking if - * it this Node was an input/output for the graph and if this node's children become new inputs/outputs - * for the graph. - * @param nodePtr + * @brief Automatically updates GraphView inputs/outputs with a Node removed, checking if this Node was an + * input/output for the graph and if this node's children and parents become new inputs/outputs for the graph. + * @param nodePtr deletedNode the deleted //todo has the node already been delettesd or not yet? if it has been, does it keep its information? if it hasn't, one must ensure to properly delete it afterward to aavoid discrepencies */ void updateInputsOutputsDelete(NodePtr deletedNode);