资 源 简 介
A Javadoc Preprocessor that allows writing Javadoc Class comments in Markdown syntax, then renders the Markdown into HTML before passing the source on to javadoc.
Usage
jdpp works as an Apache Ant Task. It expects a destdir property, and nested FileSets. The files in the fileset will be processed into the specified destdir.
To use, first define the task with taskdef. Make sure to update the classpath property to point to your jdpp jar.
To process source files, provide one or more FileSets for input files, and a destdir property to output the processed files to.
The following wi