tomtom-international / asciidoxy

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

Document how comments work #65

Closed silvester747 closed 2 years ago

silvester747 commented 2 years ago

There are 2 types of comments: ## and //. The first is from Mako and makes AsciiDoxy ignore the line (including Mako directives). The second is from AsciiDoc and gets fully parsed by AsciiDoxy but then ignored by AsciiDoctor.