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 3edca6b..d336ff1 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -499,6 +499,15 @@ | |||
499 | <para>You should use /* */ for comments and not // as some compilers | 499 | <para>You should use /* */ for comments and not // as some compilers |
500 | do not handle the latter form</para> | 500 | do not handle the latter form</para> |
501 | </section> | 501 | </section> |
502 | |||
503 | <section><title>CVS comments</title> | ||
504 | <para>When adding CVS comments at commit time, you can use the following prefixes: | ||
505 | <unorderedlist> | ||
506 | <listitem>"-" for a comment that can be removed from the Changelog</listitem> | ||
507 | <listitem>"*" for an important amendment to be included into a features list | ||
508 | </unorderedlist> | ||
509 | </para> | ||
510 | </section> | ||
502 | </section> | 511 | </section> |
503 | 512 | ||
504 | <section id="SubmittingChanges"><title>New submissions and patches</title> | 513 | <section id="SubmittingChanges"><title>New submissions and patches</title> |