You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>:arglists-str</code> The arguments list(s) accepted by the symbol, as a string, if applicable.</p>
1204
+
</li>
1205
+
<li>
1206
+
<p><code>:column</code> The column number where the symbol is defined.</p>
1207
+
</li>
1208
+
<li>
1200
1209
<p><code>:doc-block-tags-fragments</code> May be absent. Represent the 'param', 'returns' and 'throws' sections a Java doc comment. It’s a vector of fragments, where fragment is a map with <code>:type</code> ('text' or 'html') and <code>:content</code> plain text or html markup, respectively</p>
<p><code>:doc-fragments</code> May be absent. Represents the body of a Java doc comment, including the first sentence and excluding any block tags. It’s a vector of fragments, where fragment is a map with <code>:type</code> ('text' or 'html') and <code>:content</code> plain text or html markup, respectively</p>
1207
1216
</li>
1208
1217
<li>
1218
+
<p><code>:file</code> Either a URI or a relative path where the symbol is defined.</p>
1219
+
</li>
1220
+
<li>
1221
+
<p><code>:line</code> The line number the symbol is defined.</p>
1222
+
</li>
1223
+
<li>
1224
+
<p><code>:name</code> The unqualified name of the symbol.</p>
1225
+
</li>
1226
+
<li>
1227
+
<p><code>:ns</code> The namespace the symbol belongs to.</p>
<p><code>:display-namespaces</code> How to print namespace-qualified symbols in the result. Possible values are "qualified" to leave all namespaces qualified, "none" to elide all namespaces, or "tidy" to replace namespaces with their aliases in the given namespace. Defaults to "qualified".</p>
2174
2195
</li>
2175
2196
<li>
2176
-
<p><code>:expander</code> The macroexpansion function to use. Possible values are "macroexpand-1", "macroexpand", or "macroexpand-all". Defaults to "macroexpand".</p>
2197
+
<p><code>:expander</code> The macroexpansion function to use. Possible values are "macroexpand-1", "macroexpand", "macroexpand-step", or "macroexpand-all". Defaults to "macroexpand".</p>
2177
2198
</li>
2178
2199
<li>
2179
2200
<p><code>:ns</code> The namespace in which to perform the macroexpansion. Defaults to 'user for Clojure and 'cljs.user for ClojureScript.</p>
0 commit comments