tomtom-international / asciidoxy

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

Ignore whitespace in link and insert commands #49

Closed silvester747 closed 2 years ago

silvester747 commented 2 years ago

Some types contain whitespace, making it hard to correctly use them in insert and link.

Example: is_container<std::array<T,N>> is changed by Doxygen into is_container< std::array< T, N> >