Liking cljdoc? Tell your friends :D

orchard.java.parser

Source and docstring info for Java classes and members

Source and docstring info for Java classes and members
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

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

module-nameclj

(module-name klass)

Return the module name, or nil if modular

Return the module name, or nil if modular
sourceraw docstring

parse-htmlclj

(parse-html html)

Parse html to markdown text.

Parse html to markdown text.
sourceraw docstring

parse-infoclj

(parse-info o env)
source

parse-javaclj

(parse-java path module)

Load and parse the resource path, returning a DocletEnvironment object.

Load and parse the resource path, returning a `DocletEnvironment` object.
sourceraw docstring

Parsedcljprotocol

parse-info*clj

(parse-info* o env)
source

positionclj

(position e env)

Get line and column of Element e using parsed source information in env

Get line and column of `Element` e using parsed source information in env
sourceraw docstring

resultclj

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

source-pathclj

(source-path klass)

Return the relative .java source path for the top-level class.

Return the relative `.java` source path for the top-level class.
sourceraw docstring

typesymclj

(typesym n env)

Using parse tree info, return the type's name equivalently to the typesym function in orchard.java.

Using parse tree info, return the type's name equivalently to the `typesym`
function in `orchard.java`.
sourceraw docstring

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

× close