Silence checkdoc messages about docstrings of internal objects

Internal objects here don’t have and shouldn’t have documentation
strings because:

- There is nothing useful to specify in them.
- They are not a stable API to be used.
- They would pollute the source file and make it larger.
This commit is contained in:
Milan Zamazal 2022-07-06 10:20:27 +02:00
parent 119aef1b08
commit 562b910aa0
3 changed files with 12 additions and 0 deletions

View File

@ -262,4 +262,8 @@ Note this interface may not work with all PipeWire versions.")
(provide 'pw-access)
;; Local Variables:
;; checkdoc-force-docstrings-flag: nil
;; End:
;;; pw-access.el ends here

View File

@ -330,4 +330,8 @@ otherwise set the current default sink or source."
(provide 'pw-lib)
;; Local Variables:
;; checkdoc-force-docstrings-flag: nil
;; End:
;;; pw-lib.el ends here

View File

@ -431,4 +431,8 @@ applied on some of them or the buffer:
(provide 'pw-ui)
;; Local Variables:
;; checkdoc-force-docstrings-flag: nil
;; End:
;;; pw-ui.el ends here