tomtom-international / asciidoxy

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

C/C++ macro arguments aren't shown #100

Open davidchisnall opened 9 months ago

davidchisnall commented 9 months ago

There's no template for things of type 'define'. I've tried making one, but helper.argument_list(element.params) doesn't give me any of the parameters. It appears as if they are not parsed correctly? Parameter lists for macros look like this:

        <param><defname>type</defname></param>
        <param><defname>compartment</defname></param>
        <param><defname>keyName</defname></param>
        <param><defname>name</defname></param>

Rather than with a pair of a type and a declname.