Variable: semantic-uml-colon-string
semantic-uml-colon-string is a customizable variable defined in
format.el.gz.
Value
" : "
Documentation
String used as a color separator between parts of a UML string.
In UML, a variable may appear as varname : type.
Change this variable to change the output separator.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/format.el.gz
;;; UML display styles
;;
(defcustom semantic-uml-colon-string " : "
"String used as a color separator between parts of a UML string.
In UML, a variable may appear as `varname : type'.
Change this variable to change the output separator."
:group 'semantic
:type 'string)