Variable: semantic-uml-no-protection-string
semantic-uml-no-protection-string is a customizable variable defined
in format.el.gz.
Value
""
Documentation
String used to describe when no protection is specified.
Used by semantic-format-tag-uml-protection-to-string.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
(defcustom semantic-uml-no-protection-string ""
"String used to describe when no protection is specified.
Used by `semantic-format-tag-uml-protection-to-string'."
:group 'semantic
:type 'string)