Variable: semantic-idle-work-update-headers-flag
semantic-idle-work-update-headers-flag is a customizable variable
defined in idle.el.gz.
Value
nil
Documentation
Non-nil means to parse through header files in idle time.
Disable to prevent idle time parsing of many files. If completion is called that work will be done then instead.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/idle.el.gz
(defcustom semantic-idle-work-update-headers-flag nil
"Non-nil means to parse through header files in idle time.
Disable to prevent idle time parsing of many files. If completion
is called that work will be done then instead."
:group 'semantic
:type 'boolean)