Function: semantic-format-tag-short-doc
semantic-format-tag-short-doc is a byte-compiled function defined in
format.el.gz.
Signature
(semantic-format-tag-short-doc TAG &optional PARENT COLOR)
Documentation
Display a short form of TAG's documentation. (Comments, or docstring.) 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-short-doc (tag &optional parent color)
"Display a short form of TAG's documentation. (Comments, or docstring.)
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")