Function: ede-source-paths

ede-source-paths is a byte-compiled function defined in ede.el.gz.

Signature

(ede-source-paths ARG &rest ARGS)

Implementations

(ede-source-paths (THIS ede-project) MODE) in `ede.el'.

Get the base to all source trees in the current project for MODE. For example, <root>/src for sources of c/c++, Java, etc, and <root>/doc for doc sources.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(cl-defmethod ede-source-paths ((_this ede-project) _mode)
  "Get the base to all source trees in the current project for MODE.
For example, <root>/src for sources of c/c++, Java, etc,
and <root>/doc for doc sources."
  nil)