blob: a1e04df14a7567b89c33ade5be0a2c8b0aca0725 (
plain)
1
2
3
4
5
6
|
(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)
|