diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-03 19:32:03 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-09-03 19:32:03 (GMT) |
commit | 52106a56bac8438bf87346b55d736c02a8fa9872 (patch) | |
tree | 06f648ecc65ed691579a289e14e8f7ba111f61d1 /doc/developer-guidelines.sgml | |
parent | 60939f4031ee19190c0062a3722b7fbd7ad15e05 (diff) | |
download | monitoring-plugins-52106a56bac8438bf87346b55d736c02a8fa9872.tar.gz |
No named credits in source code
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/developer-guidelines.sgml')
-rw-r--r-- | doc/developer-guidelines.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 5f1968b..6e35615 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml | |||
@@ -566,6 +566,10 @@ | |||
566 | <section><title>Comments</title> | 566 | <section><title>Comments</title> |
567 | <para>You should use /* */ for comments and not // as some compilers | 567 | <para>You should use /* */ for comments and not // as some compilers |
568 | do not handle the latter form.</para> | 568 | do not handle the latter form.</para> |
569 | <para>There should not be any named credits in the source code - contributors | ||
570 | should be added | ||
571 | into the AUTHORS file instead. The only exception to this is if a routine | ||
572 | has been copied from another source.</para> | ||
569 | </section> | 573 | </section> |
570 | 574 | ||
571 | <section><title>CVS comments</title> | 575 | <section><title>CVS comments</title> |