From: g0dil Date: Fri, 8 Feb 2008 10:08:10 +0000 (+0000) Subject: Add '\deprecated' doxygen command to doxy regex X-Git-Url: http://g0dil.de/git?p=emacsstuff.git;a=commitdiff_plain;h=4ab522abb08c79c795e07ee6198b6c1fb1f3f002 Add '\deprecated' doxygen command to doxy regex --- diff --git a/cc-ide/cc-ide.el b/cc-ide/cc-ide.el index a36db47..7956255 100644 --- a/cc-ide/cc-ide.el +++ b/cc-ide/cc-ide.el @@ -58,7 +58,7 @@ correctly included.") "\\|returns?\\|throws?\\|exception\\|raises\\|param\\|li\\|brief" "\\|internal\\|bug\\|fixme\\|todo\\|idea\\|implementation" "\\|note\\|attention\\|warning\\|par\\|code\\|endcode" - "\\|post\\|pre\\)\\b")) + "\\|post\\|pre\\|deprecated\\)\\b")) (defconst ccide-special-extensions '(".h" ".hh" ".mpp" ".ih" ".cc" ".cpp" ".ct" ".cti" ".cci" ".dox"))