Created
February 12, 2013 20:30
-
-
Save dhaley/4773102 to your computer and use it in GitHub Desktop.
doxygen setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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