diff options
-rw-r--r-- | doc/developer-guidelines.sgml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 3edca6b8..d336ff13 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -499,6 +499,15 @@ <para>You should use /* */ for comments and not // as some compilers 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> + </para> + </section> </section> <section id="SubmittingChanges"><title>New submissions and patches</title> |