Function: semantic-format-tag-summarize
semantic-format-tag-summarize is an autoloaded and byte-compiled
function defined in format.el.gz.
Signature
(semantic-format-tag-summarize TAG &optional PARENT COLOR)
Documentation
Summarize TAG in a reasonable way.
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
;;;###autoload
(define-overloadable-function semantic-format-tag-summarize (tag &optional parent color)
"Summarize TAG in a reasonable way.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")