Function: semantic-format-tag-summarize-with-file

semantic-format-tag-summarize-with-file is a byte-compiled function defined in format.el.gz.

Signature

(semantic-format-tag-summarize-with-file TAG &optional PARENT COLOR)

Documentation

Like semantic-format-tag-summarize, but with the file name.

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-summarize-with-file (tag &optional parent color)
  "Like `semantic-format-tag-summarize', but with the file name.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")