From 5b9fe978eb7a89dfd220b9f834aa5bbd36b5b352 Mon Sep 17 00:00:00 2001 From: Octave Perrin <operrin@lrtechnologies.fr> Date: Tue, 29 Oct 2024 09:16:36 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- include/aidge/graph/Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aidge/graph/Node.hpp b/include/aidge/graph/Node.hpp index 95a7b85a6..97de3da59 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. -- GitLab