tomtom-international / asciidoxy

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

Use name index for resolving references #51

Closed silvester747 closed 2 years ago

silvester747 commented 2 years ago

Resolving references is slow. It may be the result of not using the name index for partial matches.

silvester747 commented 2 years ago

The slow pass was actually incorrect. It only resolved to incorrect types in different namespaces. Resolving reference is now very very fast.