Variable: semanticdb-project-predicate-functions

semanticdb-project-predicate-functions is a variable defined in db.el.gz.

Value

nil

Documentation

List of predicates to try that indicate a directory belongs to a project.

This list is used when semanticdb-persistent-path contains the value project. If the predicate list is nil, then presume all paths are valid.

Project Management software (such as EDE and JDE) should add their own predicates with add-hook to this variable, and semanticdb will save tag caches in directories controlled by them.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; Directory Project support
;;
(defvar semanticdb-project-predicate-functions nil
  "List of predicates to try that indicate a directory belongs to a project.
This list is used when `semanticdb-persistent-path' contains the value
`project'.  If the predicate list is nil, then presume all paths are valid.

Project Management software (such as EDE and JDE) should add their own
predicates with `add-hook' to this variable, and semanticdb will save tag
caches in directories controlled by them.")