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
1
Compare changes
  • Side-by-side
  • Inline
@@ -339,7 +339,7 @@ public:
mViews.insert(std::weak_ptr<GraphView>(graphPtr));
}
/**
/** @todo recheck how it works and ask
* @brief Remove the reference of this Node to the GraphView passed as argument.
* @details This function is internal and does not remove the reference of the GraphView to the Node.
* @param graphPtr Pointer to GraphView to remove from the list.
Loading