Function: semantic-format-tag-uml-abbreviate
semantic-format-tag-uml-abbreviate is a byte-compiled function defined
in format.el.gz.
Signature
(semantic-format-tag-uml-abbreviate TAG &optional PARENT COLOR)
Documentation
Return a UML style abbreviation for TAG.
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-uml-abbreviate (tag &optional parent color)
"Return a UML style abbreviation for TAG.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")