From f2c06be6cd59fa76647ba1685f0e589b3b5f7958 Mon Sep 17 00:00:00 2001
From: Octave Perrin <operrin@lrtechnologies.fr>
Date: Fri, 15 Nov 2024 10:47:20 +0100
Subject: [PATCH] lil changes

---
 include/aidge/graph/GraphView.hpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp
index 5bb17c0b3..666483bf8 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);
 
-- 
GitLab