Function: semantic-format-tag-canonical-name

semantic-format-tag-canonical-name is a byte-compiled function defined in format.el.gz.

Signature

(semantic-format-tag-canonical-name TAG &optional PARENT COLOR)

Documentation

Return a canonical name for TAG.

A canonical name includes the names of any parents or namespaces preceding the 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-canonical-name (tag &optional parent color)
  "Return a canonical name for TAG.
A canonical name includes the names of any parents or namespaces preceding
the tag.
Optional argument PARENT is the parent type if TAG is a detail.
Optional argument COLOR means highlight the prototype with font-lock colors.")