Function: semantic-decoration-on-includes-highlight
semantic-decoration-on-includes-highlight is a byte-compiled function
defined in mode.el.gz.
Signature
(semantic-decoration-on-includes-highlight TAG)
Documentation
Decorate TAG with semantic-decoration-on-includes style.
Highlight class members that are includes. This mode provides a nice context menu on the include statements.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(define-semantic-decoration-style semantic-decoration-on-includes
"Highlight class members that are includes.
This mode provides a nice context menu on the include statements."
:enabled t
:load "semantic/decorate/include")