diff --git a/include/aidge/graph/Node.hpp b/include/aidge/graph/Node.hpp index 97de3da5966dfdae4f63b85fad2538c2a5165d2a..2eb6273d0c3763c54149144d5b766a44cacbdd30 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>>