From: g0dil Date: Wed, 31 Jan 2007 12:39:41 +0000 (+0000) Subject: Add additional doxygen tag to cc-ide.el comment fill function X-Git-Url: http://g0dil.de/git?p=emacsstuff.git;a=commitdiff_plain;h=d581ccfc52d4468ac4d2026bbbb8a2dea3a3f4b2 Add additional doxygen tag to cc-ide.el comment fill function --- diff --git a/cc-ide/cc-ide.el b/cc-ide/cc-ide.el index 4e41a67..d337338 100644 --- a/cc-ide/cc-ide.el +++ b/cc-ide/cc-ide.el @@ -47,7 +47,9 @@ (defconst c-user-prefix-re (regexp-opt c-user-prefixes t)) (defconst ccide-doxy-tag-re - "\\\\\\(group\\|defgroup\\|see\\|author\\|version\\|id\\|since\\|returns?\\|throws\\|exception\\|raises\\|param\\|li\\|short\\|internal\\)\\b") + (concat "\\\\\\(group\\|defgroup\\|see\\|author\\|version\\|id\\|since" + "\\|returns?\\|throws?\\|exception\\|raises\\|param\\|li\\|brief" + "\\|internal\\|bug\\|fixme\\|todo\\|idea\\|implementation\\)\\b")) (defconst ccide-special-extensions '(".h" ".hh" ".mpp" ".ih" ".cc" ".cpp" ".ct" ".cti" ".cci"))