svenevs / exhale

Automatic C++ library api documentation generation: breathe doxygen in and exhale it out.
BSD 3-Clause "New" or "Revised" License
219 stars 51 forks source link

Fix array parameter #186

Open schlatterbeck opened 1 year ago

schlatterbeck commented 1 year ago

Doxygen xml has an optional 'array' in parameters, append this to parameters on output. Fixes #184.

svenevs commented 1 year ago

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 c_maths project, could you please rebase this PR in the meantime? (sorry, it is late, but I definitely want to get you a valid release for your project!!)

schlatterbeck commented 1 year ago

I've just rebased this, thanks for looking into it! Ralf