Variable: semanticdb-project-roots
semanticdb-project-roots is a customizable variable defined in
db.el.gz.
Value
nil
Documentation
List of directories, where each directory is the root of some project.
All subdirectories of a root project are considered a part of one project.
Values in this string can be overridden by project management programs
via the semanticdb-project-root-functions variable.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db.el.gz
;;; Associations
;;
;; These routines determine associations between a file, and multiple
;; associated databases.
(defcustom semanticdb-project-roots nil
"List of directories, where each directory is the root of some project.
All subdirectories of a root project are considered a part of one project.
Values in this string can be overridden by project management programs
via the `semanticdb-project-root-functions' variable."
:type '(repeat string))