Fix function comment example.
Must be on its own line.
This commit is contained in:
@@ -156,7 +156,8 @@ supports). The exceptions are:
|
|||||||
this:
|
this:
|
||||||
|
|
||||||
~~~C
|
~~~C
|
||||||
int foo(int bar) /* Add 1 to bar, takes bar and returns the result */
|
int foo(int bar)
|
||||||
|
/* Add 1 to bar, takes bar and returns the result */
|
||||||
{
|
{
|
||||||
return bar + 1;
|
return bar + 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user