semantic-tag-docstring

semantic-tag-docstring is a compiled Lisp function in `tag.el'.

(semantic-tag-docstring TAG &optional BUFFER)

Return the documentation of TAG.
That is the value defined by the `:documentation' attribute.
Optional argument BUFFER indicates where to get the text from.
If not provided, then only the POSITION can be provided.

If you want to get documentation for languages that do not store
the documentation string in the tag itself, use
`semantic-documentation-for-tag' instead.