mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-15 11:38:53 -04:00
Remove note about comments, we will accept // comments
This commit is contained in:
parent
0613648bb9
commit
fbb9050c64
1 changed files with 0 additions and 3 deletions
|
|
@ -733,9 +733,6 @@ setup the tests. Run "make test" to run all the tests.
|
|||
<para>Variables should be declared at the beginning of code blocks and
|
||||
not inline because of portability with older compilers.</para>
|
||||
|
||||
<para>You should use /* */ for comments and not // as some compilers
|
||||
do not handle the latter form.</para>
|
||||
|
||||
<para>You should also avoid using the type "bool" and its values
|
||||
"true" and "false". Instead use the "int" type and the plugins' own
|
||||
"TRUE"/"FALSE" values to keep the code uniformly.</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue