Variable: csharp-codedoc-tag-face

csharp-codedoc-tag-face is a customizable variable defined in csharp-mode.el.gz.

Value

c-doc-markup-face-name

Documentation

Face to be used on the codedoc docstring tags.

Should be one of the font lock faces, such as font-lock-variable-name-face and friends.

Needs to be set before csharp-mode is loaded, because of compilation and evaluation time conflicts.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/csharp-mode.el.gz
(defcustom csharp-codedoc-tag-face 'c-doc-markup-face-name
  "Face to be used on the codedoc docstring tags.

Should be one of the font lock faces, such as
`font-lock-variable-name-face' and friends.

Needs to be set before `csharp-mode' is loaded, because of
compilation and evaluation time conflicts."
  :type 'symbol)