BigW Consortium Gitlab

Commit dc7ac427 by Gabor Kiss-Vamosi Committed by GitHub

Update CONTRIBUTING.md

parent e6028a91
......@@ -129,7 +129,7 @@ Names can be used freely.
### Comments
Before every function have a comment like this:
```
```c
/**
* Return with the screen of an object
* @param obj pointer to an object
......@@ -149,7 +149,7 @@ You should write **why** have you done this:
### Formatting
Here is example to show bracket placing and using of white spaces:
```
```c
/**
* Set a new text for a label. Memory will be allocated to store the text by the label.
* @param label pointer to a label object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment