ede-subproject-relative-path

ede-subproject-relative-path is a compiled Lisp function in `base.el'.

(ede-subproject-relative-path &rest LOCAL-ARGS)

Get a path name for PROJ which is relative to the parent project.
If PARENT is specified, then be relative to the PARENT project.
Specifying PARENT is useful for sub-sub projects relative to the root project.

This is a generic function with only one primary method.

Implementations:

`ede-project' :PRIMARY (proj &optional parent-in)
Get a path name for PROJ which is relative to the parent project.
If PARENT is specified, then be relative to the PARENT project.
Specifying PARENT is useful for sub-sub projects relative to the root project.

Defined in `base.el'