Function: semantic-format-tag-uml-protection

semantic-format-tag-uml-protection is a byte-compiled function defined in format.el.gz.

Signature

(semantic-format-tag-uml-protection TAG PARENT COLOR)

Documentation

Retrieve the protection string for TAG with PARENT.

Argument COLOR specifies that color should be added to the string as needed.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
(defsubst semantic-format-tag-uml-protection (tag parent color)
  "Retrieve the protection string for TAG with PARENT.
Argument COLOR specifies that color should be added to the string as
needed."
  (semantic-format-tag-uml-protection-to-string
   (semantic-tag-protection tag parent)
   color))