-1

I am trying to generate Typescript definitions for the LibreOffice SDK, which uses Doxygen to generate its documentation.

Currently, I am using Doxygen to output XML, and parsing the XML to generate the JsDoc comments. However, I find myself having to handle manually each element, in order to get a format similar to JavaDoc. I assume it would be simpler to map JavaDoc to JsDoc, then to parse the XML into JsDoc.

Is it possible to configure Doxygen to output Javadoc?

Zev Spitz
  • 13,950
  • 6
  • 64
  • 136

1 Answers1

0

No to the best of my knowledge doxygen cannot output javadoc. See the doxygen documentation for the available output formats (http://www.doxygen.nl/manual/output.html)

albert
  • 8,285
  • 3
  • 19
  • 32