Variable: semantic-imenu-adopt-external-members

semantic-imenu-adopt-external-members is a customizable variable defined in imenu.el.gz.

Value

t

Documentation

Non-nil if types in a file should adopt externally defined members.

C++ and CLOS can define methods that are not in the body of a class definition.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
(defcustom semantic-imenu-adopt-external-members t
  "Non-nil if types in a file should adopt externally defined members.
C++ and CLOS can define methods that are not in the body of a class
definition."
  :type 'boolean)