docs: fix tree cursor documentation (#3324)
- ts_tree_cursor_current_depth - ts_tree_cursor_reset
This commit is contained in:
parent
f50123a3ec
commit
76456919ae
2 changed files with 6 additions and 5 deletions
|
|
@ -682,7 +682,8 @@ TSTreeCursor ts_tree_cursor_new(TSNode node);
|
|||
void ts_tree_cursor_delete(TSTreeCursor *self);
|
||||
|
||||
/**
|
||||
* Re-initialize a tree cursor to start at a different node.
|
||||
* Re-initialize a tree cursor to start at the original node that the cursor was
|
||||
* constructed with.
|
||||
*/
|
||||
void ts_tree_cursor_reset(TSTreeCursor *self, TSNode node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue