File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ Alternatively, by hand:
67
67
; ; => <meta: ^:private sym>
68
68
```
69
69
70
+ See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-clj.node.html ) for more information.
71
+
70
72
### Clojure Zipper
71
73
72
74
To traverse/modify the generated structure you can use rewrite-clj's
@@ -99,6 +101,8 @@ whitespace-/comment-/value-aware zipper operations, based on
99
101
by transparently coercing between the node's internal representation (`<token: my-function>`)
100
102
and its corresponding s-expression (`my-function` ).
101
103
104
+ See the [auto-generated documentation](http://xsc.github.io/rewrite-clj/rewrite-clj.zip.html ) for more information.
105
+
102
106
## Sweet Code Traversal
103
107
104
108
### Example
You can’t perform that action at this time.
0 commit comments