Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created February 12, 2013 20:30
Show Gist options
  • Save dhaley/4773102 to your computer and use it in GitHub Desktop.
Save dhaley/4773102 to your computer and use it in GitHub Desktop.
doxygen setup
(custom-set-variables
'(doxymacs-doxygen-dirs (quote (("^/Users/daha1836/data/releases/cu_vcr/current/profiles/cu_vcr/modules/custom/vcr_content/" "/Users/daha1836/data/releases/cu_vcr/current/profiles/cu_vcr/modules/custom/vcr_content/vcr_content.xml" "file:///Users/daha1836/data/releases/cu_vcr/current/profiles/cu_vcr/modules/custom/vcr_content/docs/html")))))
(require 'doxymacs)
(add-hook 'php-mode-hook 'doxymacs-mode)
(defun my-doxymacs-font-lock-hook ()
(if (or (eq major-mode 'php-mode) (eq major-mode 'php+-mode))
(doxymacs-font-lock)))
(add-hook 'font-lock-mode-hook 'my-doxymacs-font-lock-hook)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment