mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Minor documentation fix
This commit is contained in:
parent
059ce35559
commit
bf02c6e182
1 changed files with 2 additions and 4 deletions
|
|
@ -177,15 +177,13 @@ public:
|
|||
Node* addNode (AudioProcessor* newProcessor, uint32 nodeId = 0);
|
||||
|
||||
/** Deletes a node within the graph which has the specified ID.
|
||||
|
||||
This will also delete any connections that are attached to this node.
|
||||
*/
|
||||
bool removeNode (uint32 nodeId);
|
||||
|
||||
/** Deletes a node within the graph which has the specified ID.
|
||||
|
||||
/** Deletes a node within the graph.
|
||||
This will also delete any connections that are attached to this node.
|
||||
*/
|
||||
*/
|
||||
bool removeNode (Node* node);
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue