Actions
Optimization #442
closedcode cleanup - update all prototypes to include parameter names
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Effort:
Difficulty:
Label:
Description
current prototype in header -
int boom(char *, int);
after cleanup
int boom(char *arg1, int arg2);
Should we also move the doxygen on top of our prototypes in our header files?
Actions