From ba470d86625ed9eea28c7197e69055da744da345 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 11 Jul 2003 22:20:48 +0000 Subject: - Fixed CVS commit comments git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@591 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index d336ff1..e6a864d 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -497,15 +497,23 @@ Coding standards for general guidelines.
Comments You should use /* */ for comments and not // as some compilers - do not handle the latter form + do not handle the latter form.
CVS comments When adding CVS comments at commit time, you can use the following prefixes: - - "-" for a comment that can be removed from the Changelog - "*" for an important amendment to be included into a features list - + + - comment + + for a comment that can be removed from the Changelog + + + * comment + + for an important amendment to be included into a features list + + +
-- cgit v0.10-9-g596f