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:
parent
119aef1b08
commit
562b910aa0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user