You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/gtk-doc/files/61gtk-doc-gentoo.el

10 lines
283 B

;;; 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)