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:10:46 +02:00
parent 3e37e3ad0c
commit 7a75e73f88
1 changed files with 4 additions and 0 deletions

View File

@ -233,4 +233,8 @@ Any other key stops this command and executes its own command."
(provide 'pip-frame)
;; Local Variables:
;; checkdoc-force-docstrings-flag: nil
;; End:
;;; pip-frame.el ends here