My Project
|
Let's try to put parameters where they should be, compare F1 and F2. More...
Go to the source code of this file.
Functions | |
void | F1 (int a1, int &r1) |
F1. More... | |
void | F2 (int a2, int &r2) |
F2. More... | |
Let's try to put parameters where they should be, compare F1 and F2.
ABSTRACT: Issue reported: https://bugzilla.gnome.org/show_bug.cgi?id=316311
Definition in file test.h.
void F1 | ( | int | a1, |
int & | r1 | ||
) |
F1.
This is function 1.
[in] | a1 | some int |
[out] | r1 | integer result |
The end!
void F2 | ( | int | a2, |
int & | r2 | ||
) |
F2.
This is function 2.
@params <- We would prefere all parameters to be here...
[] |
The end!
[in] | a2 | some int |
[out] | r2 | integer result |