Function: semantic-tag-code-detail
semantic-tag-code-detail is a byte-compiled function defined in
tag.el.gz.
Signature
(semantic-tag-code-detail TAG)
Documentation
Return detail information from code that TAG describes.
That is the value of the attribute :detail.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/tag.el.gz
;;; Tags of class `code'
;;
(defsubst semantic-tag-code-detail (tag)
"Return detail information from code that TAG describes.
That is the value of the attribute `:detail'."
(semantic-tag-get-attribute tag :detail))