summaryrefslogtreecommitdiff
blob: 488a57c025558473281408f9618e28e422b27c0b (plain)
1
2
3
4
5
6
7
8
9
;;; gtk-doc site-lisp configuration

(add-to-list 'load-path "@SITELISP@")

(autoload 'gtk-doc-insert "gtk-doc"
  "Add a documentation header to the current function." t)
(autoload 'gtk-doc-insert-section "gtk-doc"
  "Add a section documentation header at the current position." t)