]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
better docblock note
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 5 Nov 2021 15:03:32 +0000 (16:03 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 5 Nov 2021 15:03:32 +0000 (16:03 +0100)
CONTRIBUTING.md

index 5f657d7290e656f4ca9c6388ad8553da43ad3baf..1715b62423a20736583b0ac0b816bab5db91c4a5 100644 (file)
@@ -84,5 +84,5 @@ Additional guidelines:
 
 * Don't have end-of-line whitespace
 * Use spaces instead of tabs
-* Functions and classes must have a [docblock](http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html)
+* Although the codebase does not consistently have them, [docblock](https://www.doxygen.nl/manual/docblocks.html)s on functions and classes are appreciated
 * Never hesitate to write comments on anything that might not be immediately clear just from reading the code