diff options
| author | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-20 18:11:23 +0100 | 
|---|---|---|
| committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-20 18:12:28 +0100 | 
| commit | 4b5e43c4fa9e18b7a281063a98fbef0def5a1cbe (patch) | |
| tree | 63dd5f72e5ca537df9e5841b51b91ed93ed82b5a /man | |
| parent | 040def592d73c7babf4634a0990e51de1a68d635 (diff) | |
Accessor for iterator's root node
Diffstat (limited to 'man')
| -rw-r--r-- | man/man3/cmark.3 | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/man/man3/cmark.3 b/man/man3/cmark.3 index 1bffc5c..f889521 100644 --- a/man/man3/cmark.3 +++ b/man/man3/cmark.3 @@ -1,4 +1,4 @@ -.TH cmark 3 "January 19, 2015" "LOCAL" "Library Functions Manual" +.TH cmark 3 "January 20, 2015" "LOCAL" "Library Functions Manual"  .SH  NAME  .PP @@ -172,6 +172,12 @@ Returns the current node.  Returns the current event type.  .PP +\fIcmark_node*\f[] \fBcmark_iter_get_root\f[](\fIcmark_iter *iter\f[]) + +.PP +Returns the root node. + +.PP  \fIvoid\f[] \fBcmark_iter_reset\f[](\fIcmark_iter *iter\f[], \fIcmark_node *current\f[], \fIcmark_event_type event_type\f[])  .PP | 
