Add additional doxygen tag to cc-ide.el comment fill function
g0dil [Wed, 31 Jan 2007 12:39:41 +0000 (12:39 +0000)]
cc-ide/cc-ide.el

index 4e41a67..d337338 100644 (file)
@@ -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"))