doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

try to add param type in comments

Open xian18 opened this issue 3 years ago • 2 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 GIF

xian18 avatar Sep 30 '22 15:09 xian18

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?

cschlosser avatar Dec 08 '22 19:12 cschlosser

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.

xian18 avatar Jan 25 '23 05:01 xian18