Function: semantic-format-tag-abbreviate
semantic-format-tag-abbreviate is a byte-compiled function defined in
format.el.gz.
Signature
(semantic-format-tag-abbreviate TAG &optional PARENT COLOR)
Documentation
Return an abbreviated string describing TAG.
The abbreviation is to be short, with possible symbols indicating the type of tag, or other information. Optional argument PARENT is the parent type if TAG is a detail. Optional argument COLOR means highlight the prototype with font-lock colors.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
(define-overloadable-function semantic-format-tag-abbreviate (tag &optional parent color)
"Return an abbreviated string describing TAG.
The abbreviation is to be short, with possible symbols indicating
the type of tag, or other information.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")