Variable: semantic-imenu-expand-type-members

semantic-imenu-expand-type-members is a customizable and buffer-local variable defined in imenu.el.gz.

Documentation

Non-nil if types should have submenus with members in them.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
;;;###autoload
(defcustom semantic-imenu-expand-type-members t
  "Non-nil if types should have submenus with members in them."
  :type 'boolean
  :local t)