-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
seancfoley edited this page Jul 19, 2016
·
2 revisions
Use the custom.core annotation to identify your core types:
/** @custom.core */
When running the javadoc tool, add -tag custom.core:a:Core
to your command line. Use tools.doclets.formats.html.FunctionalDoclet as the doclet (options -doclet
and -docletpath
). Use stylesheet_custom.css as the stylesheet (option -stylesheetfile
).