Add '\deprecated' doxygen command to doxy regex
g0dil [Fri, 8 Feb 2008 10:08:10 +0000 (10:08 +0000)]
cc-ide/cc-ide.el

index a36db47..7956255 100644 (file)
@@ -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"))