tomtom-international / asciidoxy

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

Fixed an issue where windows paths would not work #119

Open dchansen opened 7 months ago

dchansen commented 7 months ago

Windows paths such as "C:\Users\david\mydoc.adoc" would not work as "\U" is unicode escape. This would happen even though the path was escaped "C:\Users\david\mydoc.adoc" as mako would de-escaped the string multiple times. This PR solves the issue by changing the paths to posix paths.