asciidoxy icon indicating copy to clipboard operation
asciidoxy copied to clipboard

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.

Results 33 asciidoxy issues
Sort by recently updated
recently updated
newest added

Support configuring a path containing python scripts to be included in the documentation. The path will be added to the python path in the documents before rendering. Allow specifying a...

Feature

The following code generates error: ``` [source,cmake] ---- some_cmake_code(${CMAKE_VARIABLE}) ---- ``` ``` ERROR: Error while processing AsciiDoc files: Undefined Traceback: File index.adoc, line 16, in AsciiDoc ${include("document.adoc", leveloffset="+1")} File document.adoc,...

Improvement

[Antora](https://antora.org) is a documentation site generator using asciidoc and asciidoctor. Have you considered using asciidoxy to generated a component for Antora ? Some discussions here https://antora.zulipchat.com/#narrow/stream/282400-users/topic/thoughts.20on.20antora.20for.20automated.20reference.20documentation.20.2E.2E.2E (antora zulip chat) after...

- [x] Hide `final` modifier where it is default

Feature

I have a C++ codebase which contains a group that is defined properly for doxygen and is also exported to XML and HTML successfully. When I try to reference this...

Improvement