Source and docstring info for Java classes and members.
Parses :doc
s using Markdown.
This ns is automatically discarded if orchard.java.parser-next
can be loaded.
Source and docstring info for Java classes and members. Parses `:doc`s using Markdown. This ns is automatically discarded if `orchard.java.parser-next` can be loaded.
(docstring e env)
Get parsed docstring text of Element
e using source information in env
Get parsed docstring text of `Element` e using source information in env
Syntax map from html tag to a tuple of tag type key, start, and end chars
Syntax map from html tag to a tuple of tag type key, start, and end chars
(parse-html html)
Parse html to markdown text.
Parse html to markdown text.
(source-info klass)
If the source for the Java class is available on the classpath, parse it
and return info to supplement reflection. Specifically, this includes source
file and position, docstring, and argument name info. Info returned has the
same structure as that of orchard.java/reflect-info
.
If the source for the Java class is available on the classpath, parse it and return info to supplement reflection. Specifically, this includes source file and position, docstring, and argument name info. Info returned has the same structure as that of `orchard.java/reflect-info`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close