(gtkdoc-font-lock-doc-comments): Highlight name of parameters in document body.
This commit is contained in:
parent
0f67ac3871
commit
68a4a27a03
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue