When the parameter for include paths is correctly configured, you can navigate the included files through hyperlinks.

The purpose of this parameter is to give LXR the same information that would be given the compiler through the command line to find the included files.

, 'incprefix' => [ directories ]

All directory paths are relative to the source root directory.

The curent source file directory (implicitly added to the list) and the 'incprefix' directories are tried in the order of appearance until the file is found. The matching directory will be used for the hyperlink.

If the file is not found in the directories, the hyperlink is not activated.

Example:

, 'incprefix' => [ '/include', '/include/linux' ]