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?
Updated by Victor Julien about 11 years ago
- Tracker changed from Feature to Optimization
Updated by Andreas Herz about 8 years ago
- Assignee changed from Anoop Saldanha to OISF Dev
Updated by Victor Julien over 5 years ago
- Status changed from New to Closed
- Assignee deleted (
OISF Dev) - Priority changed from Low to Normal
- Target version deleted (
TBD)
I don't think this is necessary.
Actions