You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Andreas Reichel <an...@manticore-projects.com> on 2023/05/21 14:48:09 UTC

Integrating JavaDoc into Web Sites directly, Output Restructured Text or Markdown

Greetings and compliments of the day.

I have revived and extended the
XMLDoclet: https://www.manticore-projects.com/XMLDoclet/index.html
Github Repo: https://github.com/manticore-projects/xml-doclet

It works with Java 11, 17 and 21 and writes JavaDoc to XML,
Restructured Text (*.rst) and Markdown (*.rst).
This way you can integrate your API Documentation directly into your
Web Site.

Example: https://www.manticore-projects.com/JSQLParser/javadoc_snapshot.html#binaryexpression

I plan to support also Docbook XML and Ascii Doctor and would like to
welcome all Contributors and Tester.
Please provide me with some testing and feedback.

Thank you and all the best
Andreas