Liking cljdoc? Tell your friends :D

orchard.java.parser

Source and docstring info for Java classes and members.

Parses :docs 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.
raw docstring

docstringclj

(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
sourceraw docstring

lockclj

source

markdownclj

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
sourceraw docstring

parse-executable-elementclj

(parse-executable-element m env)
source

parse-htmlclj

(parse-html html)

Parse html to markdown text.

Parse html to markdown text.
sourceraw docstring

parse-infoclj

(parse-info o env)
source

Parsedcljprotocol

parse-info*clj

(parse-info* o env)
source

source-infoclj

(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`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close