Mercurial > emacs
changeset 82794:35605ce0fa34
(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
author | Masatake YAMATO <jet@gyve.org> |
---|---|
date | Thu, 23 Aug 2007 21:41:48 +0000 |
parents | baa90f502c46 |
children | bf61b6631aba |
files | lisp/ChangeLog lisp/progmodes/cc-fonts.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 23 20:12:07 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 23 21:41:48 2007 +0000 @@ -1,3 +1,8 @@ +2007-08-23 Masatake YAMATO <jet@gyve.org> + + * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight + name of parameters in document body. + 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/bytecomp.el (byte-compile-output-docform)
--- a/lisp/progmodes/cc-fonts.el Thu Aug 23 20:12:07 2007 +0000 +++ b/lisp/progmodes/cc-fonts.el Thu Aug 23 21:41:48 2007 +0000 @@ -2146,7 +2146,7 @@ 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)) ))