From dc7ac427b536ba9a8ef6a5e2e30fde30b1e0d99e Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 23 Aug 2017 05:32:17 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- docs/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0f957b49b..c9bee1008 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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