dxjia / doclava

Doclava is a new javadoc doclet which is written by Google and used for Android Developer Docs. Clear and efficient(support search)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doclava

Doclava is a new javadoc doclet which is written by Google and used for Android Developer Docs. Clear and efficient(support search).

This project is forked from https://code.google.com/p/doclava/, and with a few style modification.

How to build

The official site has binary downloads offered(or you can download it from here).

We use Gradle to build this project.

gradle build

This will build a jar in build/libs which is the artifact.

Once you have the artifact, run javadoc command with the -doclet and -docletpath(if not in classpath) options to generate javadocs, for example:

javadoc -encoding UTF-8 -sourcepath src -d docs -subpackages project.package -doclet com.google.doclava.Doclava -docletpath doclava.jar -generatesources -project.name MyProject

More details please refer to official site.

Here is a screenshot

Doclava

About

Doclava is a new javadoc doclet which is written by Google and used for Android Developer Docs. Clear and efficient(support search)

License:Apache License 2.0


Languages

Language:Java 73.7%Language:C# 10.1%Language:JavaScript 7.4%Language:CSS 6.6%Language:Smalltalk 2.2%Language:Batchfile 0.0%Language:HTML 0.0%Language:Shell 0.0%