From 23edac6b1ac5bd691bd758af8417e6e4f4ddb529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Fri, 15 Mar 2024 15:27:05 +0100 Subject: [PATCH] chore : better doxygen --- include/aidge/graph/GraphView.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp index 46fa56ef0..a4373fdc4 100644 --- a/include/aidge/graph/GraphView.hpp +++ b/include/aidge/graph/GraphView.hpp @@ -44,10 +44,10 @@ private: /// @brief Set of nodes included in the graphview with names std::map<std::string, NodePtr> mNodeRegistry; - /// @brief GraphView inputs + /// @brief GraphView inputs IOIndex_t designates the input number std::vector<std::pair<NodePtr, IOIndex_t>> mInputNodes; - /// @brief GraphView outputs + /// @brief GraphView outputs IOIndex_t designates the input number std::vector<std::pair<NodePtr, IOIndex_t>> mOutputNodes; public: -- GitLab