Variable: semantic-ia-completion-menu-format-tag-function

semantic-ia-completion-menu-format-tag-function is a customizable variable defined in ia.el.gz.

Value

semantic-format-tag-uml-concise-prototype

Documentation

Function used to convert a tag to a string during completion.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/ia.el.gz
(defcustom semantic-ia-completion-menu-format-tag-function
  'semantic-format-tag-uml-concise-prototype
  "Function used to convert a tag to a string during completion."
  :group 'semantic
  :type semantic-format-tag-custom-list)