Code

No named credits in source code
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 3 Sep 2003 19:32:03 +0000 (19:32 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 3 Sep 2003 19:32:03 +0000 (19:32 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@713 f882894a-f735-0410-b71e-b25c423dba1c

doc/developer-guidelines.sgml

index 5f1968b239256df7a857bbc6ba7a0f13f95f102c..6e356159145d5156ce12e8d2d3c09af9a9d52af3 100644 (file)
        <section><title>Comments</title>
        <para>You should use /* */ for comments and not // as some compilers
        do not handle the latter form.</para>
+       <para>There should not be any named credits in the source code - contributors
+       should be added 
+       into the AUTHORS file instead. The only exception to this is if a routine
+       has been copied from another source.</para>
        </section>
 
        <section><title>CVS comments</title>