fixed table in CONTRIBUTING.md
This commit is contained in:
@@ -48,6 +48,7 @@ void setValue(int value) {
|
|||||||
```
|
```
|
||||||
|
|
||||||
**References** mean that the variable doesn't need to be copied when it is passed to a function.
|
**References** mean that the variable doesn't need to be copied when it is passed to a function.
|
||||||
|
|
||||||
|type|meaning|
|
|type|meaning|
|
||||||
|-|-|
|
|-|-|
|
||||||
|`const Type& name`|*in* Parameter. It is NOT going to be modified and may be copied inside of the function.|
|
|`const Type& name`|*in* Parameter. It is NOT going to be modified and may be copied inside of the function.|
|
||||||
|
|||||||
Reference in New Issue
Block a user