File: dep.el.html

Include tags (dependencies for a given source file) usually have some short name. The target file that it is dependent on is generally found on some sort of path controlled by the compiler or project.

EDE or even ECB can control our project dependencies, and help us find file within the setting of a given project. For system dependencies, we need to depend on user supplied lists, which can manifest themselves in the form of system databases (from semanticdb.)

Provide ways to track these different files here.

Defined variables (2)

semantic-dependency-include-pathDefines the include path used when searching for files.
semantic-dependency-system-include-pathDefines the system include path.

Defined functions (7)

defcustom-mode-local-semantic-dependency-system-include-path(MODE NAME VALUE &optional DOCSTRING)
semantic--dependency-find-file-on-path(FILE PATH)
semantic-add-system-include(DIR &optional MODE)
semantic-customize-system-include-path(&optional MODE)
semantic-dependency-find-file-on-path(FILE SYSTEMP &optional MODE)
semantic-remove-system-include(DIR &optional MODE)
semantic-reset-system-include(&optional MODE)

Defined faces (0)