tomtom-international / asciidoxy

AsciiDoxy generates API documentation from Doxygen XML output to AsciiDoc.
Apache License 2.0
31 stars 10 forks source link

${link(...)} does not work across chapters (files?) #99

Open davidchisnall opened 8 months ago

davidchisnall commented 8 months ago

I am using your ${include(...)} command (rather than the standard AsciiDoc include directive) to split a guide into multiple files, one per chapter. When I ${link(...)} for cross-references to things in other chapters, I get a load of '{symbol} not included in documentation, but linked here' errors in the build.

davidchisnall commented 8 months ago

It looks as if cross-file cross-references are supported by asciidoctor-multipage. I guess using the adoc output and using that is probably the path to better support?

davidchisnall commented 6 months ago

I can confirm that using the ascidoc output and then feeding it to asciidoctor-multipage works well.