Menu

#5 Add IN, OUT and INOUT function argumets descriptors

v 2.0
open
5
2011-03-31
2011-03-31
No

Currently in/out arguments are described in comments before functions.
Defining IN, OUT and INOUT can improve understanding of arguments in some functions without searching it in source code - they could be shown in IDE help popup messages. For example:
...
#define IN
#define OUT
...
void cvarSomeFuntion(int IN somevar, double * OUT result)
...

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.