]> code.delx.au - gnu-emacs/commitdiff
(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
authorMasatake YAMATO <jet@gyve.org>
Thu, 23 Aug 2007 21:41:48 +0000 (21:41 +0000)
committerMasatake YAMATO <jet@gyve.org>
Thu, 23 Aug 2007 21:41:48 +0000 (21:41 +0000)
lisp/ChangeLog
lisp/progmodes/cc-fonts.el

index 4105cdf3b374aaebc8ae5bd01188862912c5f74f..b6440133395ffb4d46e8fd9b75e9e174cfe03668 100644 (file)
@@ -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)
index 60bb3cfb97726befd7aee9b88132eab228284971..b9771260b02c3d0912e817023303bcabe239f77a 100644 (file)
@@ -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))
     ))