Project

General

Profile

Actions

Optimization #442

closed

code cleanup - update all prototypes to include parameter names

Added by Anoop Saldanha about 12 years ago. Updated about 5 years ago.

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 #1

Updated by Victor Julien almost 12 years ago

  • Target version set to TBD
Actions #2

Updated by Victor Julien over 10 years ago

  • Tracker changed from Feature to Optimization
Actions #3

Updated by Andreas Herz over 7 years ago

  • Assignee changed from Anoop Saldanha to OISF Dev
Actions #4

Updated by Victor Julien about 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

Also available in: Atom PDF