GUI2/Tree View Node: doc typo fixes
This commit is contained in:
parent
1803cb6d54
commit
02cbdc83aa
1 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
}
|
||||
|
||||
/**
|
||||
* Adds a sibbling for a node at the end of the list.
|
||||
* Adds a sibling for a node at the end of the list.
|
||||
*
|
||||
* @param id The id of the node definition to use for the
|
||||
* new node.
|
||||
|
@ -126,7 +126,7 @@ public:
|
|||
* node. This node has no parent node and some other special features so
|
||||
* several code paths need to check whether they are the parent node.
|
||||
*
|
||||
* This also returns true for a detecthed node returned with @ref tree_view::remove_node.
|
||||
* This also returns true for a detached node returned with @ref tree_view::remove_node.
|
||||
*/
|
||||
bool is_root_node() const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue