doxdocgen
doxdocgen copied to clipboard
try to add param type in comments
trafficstars
Feature
Fix
- [x] Link to issue #267.
Feature
-
[x] Description of what's added try to add param type in comments
-
[x] Gif of your feature if appropriate

Thanks for your contribution @xian18 and sorry for not getting back to you earlier.
Unfortunately your change breaks existing behavior, could you please take a look at this and also add tests for your new feature?
Add the test about template type in Parameters.test.ts. Modify the logic of the parser to pass the tests. Some types of keywords will be missing from the original logic, e.g.
int foo(unsigned int arg1);
type of paramenter arg1 will be unsigned, not unsigned int.