diff --git a/include/aidge/graph/GraphView.hpp b/include/aidge/graph/GraphView.hpp index 46fa56ef0e7d63ce10bb3c96a8d7e1c42b191322..a4373fdc435ecab77f1a5992c29cc80cacc2d063 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: