Variable: semanticdb-project-root-functions

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

Value

nil

Documentation

List of functions used to determine a given directories project root.

Functions in this variable can override semanticdb-project-roots. Functions set in the variable are given one argument (a directory) and must return a string, (the root directory) or a list of strings (multiple root directories in a more complex system). This variable should be used by project management programs like EDE or JDE.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
(defvar semanticdb-project-root-functions nil
  "List of functions used to determine a given directories project root.
Functions in this variable can override `semanticdb-project-roots'.
Functions set in the variable are given one argument (a directory) and
must return a string, (the root directory) or a list of strings (multiple
root directories in a more complex system).  This variable should be used
by project management programs like EDE or JDE.")