Conversation
|
thank you for the report and fix! I am getting things ready to get a new release out and want to get this in there. i will be adding the test case you have provided to |
61471a0 to
3343fbe
Compare
|
I've just rebased this, thanks for looking into it! |
Doxygen xml has an optional 'array' in parameters, append this to parameters on output. Fixes svenevs#184.
3343fbe to
a9dd28c
Compare
|
Could you please share a code segment with doxygen docs so I can test it out locally? It looks like you've got an easy / low risk fix that's worked for... 2 years... Sorry for never getting to this :/ |
|
This is the doxygen-generated xml for the function with the weird parameter type (I've left out the detaileddescription) -- the key here is the type PGAInteger(*edge)[2] -- does that help you? |
Doxygen xml has an optional 'array' in parameters, append this to parameters on output.
Fixes #184.