aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-fonts.el
diff options
context:
space:
mode:
authorMasatake YAMATO <[email protected]>2007-08-23 21:41:48 +0000
committerMasatake YAMATO <[email protected]>2007-08-23 21:41:48 +0000
commit68a4a27a03da595dc3f2e88b319650267b0f9945 (patch)
tree1bd071ff753c4ed87ce38207ac213b55bcb7b84e /lisp/progmodes/cc-fonts.el
parent0f67ac387131b401e59e770c1fb25ab7a54f716a (diff)
(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
Diffstat (limited to 'lisp/progmodes/cc-fonts.el')
-rw-r--r--lisp/progmodes/cc-fonts.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el
index 60bb3cfb97..b9771260b0 100644
--- a/lisp/progmodes/cc-fonts.el
+++ b/lisp/progmodes/cc-fonts.el
@@ -2146,7 +2146,7 @@ need for `pike-font-lock-extra-types'.")
0 ,c-doc-markup-face-name prepend nil)
(,(concat header "\\(" "@" symbol "\\):")
1 ,c-doc-markup-face-name prepend nil)
- (,(concat "[#%]" symbol)
+ (,(concat "[#%@]" symbol)
0 ,c-doc-markup-face-name prepend nil))
))