-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
  • 10,414
  • 4
  • 49
  • 114

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
  • 5,966
  • 3
  • 13
  • 29