From bf2345323f11c94ea6eb419d93090bc55f67e135 Mon Sep 17 00:00:00 2001
From: Octave Perrin <operrin@lrtechnologies.fr>
Date: Tue, 29 Oct 2024 09:17:26 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 include/aidge/graph/Node.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/aidge/graph/Node.hpp b/include/aidge/graph/Node.hpp
index 97de3da59..2eb6273d0 100644
--- a/include/aidge/graph/Node.hpp
+++ b/include/aidge/graph/Node.hpp
@@ -377,8 +377,7 @@ public:
                 std::pair<NodePtr, IOIndex_t>(nullptr, gk_IODefaultIndex));
 
   /**
-   * @brief
-   * Get the list of parent Nodes.
+   * @brief Get the list of parent Nodes.
    * Each input can only be linked to one Node.
    * If an input has no linked node, the associated parent is nullptr
    * @return std::vector<std::shared_ptr<Node>>
-- 
GitLab