Variable: semantic-imenu-expandable-tag-classes

semantic-imenu-expandable-tag-classes is a buffer-local variable defined in imenu.el.gz.

Documentation

List of expandable tag classes.

Tags of those classes will be given submenu with children. By default, a type has interesting children. In Texinfo, however, a section has interesting children.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
;;;###autoload
(defvar-local semantic-imenu-expandable-tag-classes '(type)
  "List of expandable tag classes.
Tags of those classes will be given submenu with children.
By default, a `type' has interesting children.  In Texinfo, however, a
`section' has interesting children.")