]> sigrok.org Git - libsigrok.git/blobdiff - HACKING
scpi-pps: Support for the EEZ PSU series
[libsigrok.git] / HACKING
diff --git a/HACKING b/HACKING
index a5aa8d6654bd130be98df0ad7bb29901fdd01e4a..9d71c55c11d0fa240b7eb3b5f32b83e0b20a095c 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -164,7 +164,9 @@ Doxygen
 
  - Mark private functions (SR_PRIV) with /** @private */, so that Doxygen
    doesn't include them in the output. Functions that are "static" anyway
-   don't need to be marked like this.
+   don't need to be marked like this. Functions in non-public files that
+   are explicitly excluded in Doxyfile don't need to be marked either.
+   Don't use @internal, always use @private instead.
 
  - Mark private variables/#defines with /** @cond PRIVATE */ and
    /** @endcond */, so that Doxygen doesn't include them in the output.