Implementation of Reporter for use by DocFactory compiler
Maven report goal that overrides the maven-plugin-plugin report goal to limit the active extractors to java-annotations-and-scaldoc.
Maven report goal that overrides the maven-plugin-plugin report goal to limit the active extractors to java-annotations-and-scaldoc. This is generally necessary for reliable scala plugin report generation using this plugin's extractor, since the java-annotations extractor must always be on the classpath alongside it, and the maven-plugin-plugin report does not expose a similar configuration to that of the xdoc goal.
0.6.0
Wraps a ScalaDoc-compiled model in a MojoDescriptor decorator function
Wraps a ScalaDoc-compiled model in a MojoDescriptor decorator function
0.6.0
MojoDescriptorExtractor implementation that delegates to the OOTB JavaAnnotationsExtractor
(<extractor>java-annotations</extractor>
) to extract
all the details it can from the standard java annotations, which are retained
in the .class files after compilation, and then decorates those extracted descriptors
with the details that can only be found in the javadoc/scaladoc comments in the
source files, namely: @deprecated
, @since
, and most importantly,
description
MojoDescriptorExtractor implementation that delegates to the OOTB JavaAnnotationsExtractor
(<extractor>java-annotations</extractor>
) to extract
all the details it can from the standard java annotations, which are retained
in the .class files after compilation, and then decorates those extracted descriptors
with the details that can only be found in the javadoc/scaladoc comments in the
source files, namely: @deprecated
, @since
, and most importantly,
description
0.6.0
Methods useful for generating html strings from text in scaladoc comments, mostly ripped straight from the ScalaDoc tool's HTML generator logic
Methods useful for generating html strings from text in scaladoc comments, mostly ripped straight from the ScalaDoc tool's HTML generator logic
0.6.0
Implementation of Reporter for use by DocFactory compiler
0.6.0