mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
- Fixed CVS commit comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@591 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
17827c86e1
commit
ba470d8662
1 changed files with 13 additions and 5 deletions
|
|
@ -497,15 +497,23 @@
|
|||
Coding standards</ulink> for general guidelines.</para>
|
||||
<section><title>Comments</title>
|
||||
<para>You should use /* */ for comments and not // as some compilers
|
||||
do not handle the latter form</para>
|
||||
do not handle the latter form.</para>
|
||||
</section>
|
||||
|
||||
<section><title>CVS comments</title>
|
||||
<para>When adding CVS comments at commit time, you can use the following prefixes:
|
||||
<unorderedlist>
|
||||
<listitem>"-" for a comment that can be removed from the Changelog</listitem>
|
||||
<listitem>"*" for an important amendment to be included into a features list
|
||||
</unorderedlist>
|
||||
<variablelist>
|
||||
<varlistentry><term>- comment</term>
|
||||
<listitem>
|
||||
<para>for a comment that can be removed from the Changelog</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>* comment</term>
|
||||
<listitem>
|
||||
<para>for an important amendment to be included into a features list</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue