Variable: semantic-imenu-index-directory

semantic-imenu-index-directory is a customizable variable defined in imenu.el.gz.

Value

nil

Documentation

Non-nil to index the entire directory for tags.

Doesn't actually parse the entire directory, but displays tags for all files currently listed in the current Semantic database. This variable has no meaning if semanticdb is not active.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
(defcustom semantic-imenu-index-directory nil
  "Non-nil to index the entire directory for tags.
Doesn't actually parse the entire directory, but displays tags for all files
currently listed in the current Semantic database.
This variable has no meaning if semanticdb is not active."
  :type 'boolean)