diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index d336ff13..e6a864d1 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 + + +