Skip to content

Commit

Permalink
suppress byte compile warnings on docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Feb 20, 2024
1 parent 8adc491 commit d89239b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions org-ref-arxiv.el
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,7 @@ key."

(provide 'org-ref-arxiv)
;;; org-ref-arxiv.el ends here

;; Local Variables:
;; byte-compile-warnings: (not docstrings)
;; End:
4 changes: 4 additions & 0 deletions org-ref-bibliography-links.el
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,7 @@ Optional argument BACKEND is the export backend."
(provide 'org-ref-bibliography-links)

;;; org-ref-bibliography-links.el ends here

;; Local Variables:
;; byte-compile-warnings: (not docstrings)
;; End:
2 changes: 1 addition & 1 deletion org-ref-citation-links.el
Original file line number Diff line number Diff line change
Expand Up @@ -1425,5 +1425,5 @@ Here is an example use:
;;; org-ref-citation-links.el ends here

;; Local Variables:
;; byte-compile-warnings: (not docstrings-wide)
;; byte-compile-warnings: (not docstrings docstrings-wide)
;; End:

0 comments on commit d89239b

Please sign in to comment.