File: format.el.html
Once a language file has been parsed into a TAG, it is often useful then display that tag information in browsers, completion engines, or help routines. The functions and setup in this file provide ways to reformat a tag into different standard output types.
In addition, macros for setting up customizable variables that let the user choose their default format type are also provided.
Defined variables (10)
semantic-format-face-alist | Face used to colorize tags of different types. |
semantic-format-parent-separator | Text used to separate names when between namespaces/classes and functions. |
semantic-format-tag-custom-list | A List used by customizable variables to choose a tag to text function. |
semantic-format-tag-functions | List of functions which convert a tag to text. |
semantic-format-tag-protection-image-alist | Association of protection strings, and images to use. |
semantic-format-tag-protection-symbol-to-string-assoc-list | Association list of the form (SYMBOL . "STRING") for protection symbols. |
semantic-format-use-images-flag | Non-nil means semantic format functions use images. |
semantic-function-argument-separator | Text used to separate arguments when creating text from tags. |
semantic-uml-colon-string | String used as a color separator between parts of a UML string. |
semantic-uml-no-protection-string | String used to describe when no protection is specified. |