Skip to content
Snippets Groups Projects

aidge#199: Add documentation for Node

Closed Ghost User requested to merge hrouis/aidge_core:issue#199 into dev
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -377,8 +377,7 @@ public:
@@ -377,8 +377,7 @@ public:
std::pair<NodePtr, IOIndex_t>(nullptr, gk_IODefaultIndex));
std::pair<NodePtr, IOIndex_t>(nullptr, gk_IODefaultIndex));
/**
/**
* @brief
* @brief Get the list of parent Nodes.
* Get the list of parent Nodes.
* Each input can only be linked to one Node.
* Each input can only be linked to one Node.
* If an input has no linked node, the associated parent is nullptr
* If an input has no linked node, the associated parent is nullptr
* @return std::vector<std::shared_ptr<Node>>
* @return std::vector<std::shared_ptr<Node>>
Loading