diff --git a/include/aidge/graph/Node.hpp b/include/aidge/graph/Node.hpp
index 95a7b85a68e634a009101f03e4b8c4db495077fc..97de3da5966dfdae4f63b85fad2538c2a5165d2a 100644
--- a/include/aidge/graph/Node.hpp
+++ b/include/aidge/graph/Node.hpp
@@ -339,7 +339,7 @@ public:
     mViews.insert(std::weak_ptr<GraphView>(graphPtr));
   }
 
- /**
+ /** @todo recheck how it works and ask
    * @brief Remove the reference of this Node to the GraphView passed as argument.
    * @details This function is internal and does not remove the reference of the GraphView to the Node.
    * @param graphPtr Pointer to GraphView to remove from the list.