My Project
Loading...
Searching...
No Matches
Functions
test.h File Reference

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...
 

Detailed Description

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

Author
Oleksandr Motsak

Definition in file test.h.

Function Documentation

◆ F1()

void F1 ( int  a1,
int &  r1 
)

F1.

This is function 1.

Parameters
[in]a1some int
[out]r1integer result

The end!

◆ F2()

void F2 ( int  a2,
int &  r2 
)

F2.

This is function 2.

@params <- We would prefere all parameters to be here...

Parameters
[]

The end!

Parameters
[in]a2some int
[out]r2integer result