CVS Virtual Modules
Brought to you by:
ajlittoz
If you have a virtual module set inside of another
module (Ex. 'module_name directory &other_module' in
CVSROOT/modules), LXR has no clue this exists. In a
PHP file, I am using require() on a file in a virtual
module.. and of course, since LXR doesn't realize the
existence of this, it won't provide a link to it. I
even have the virtual module in my include directories
list, and it still doesn't see it.
Just a thought, it'd be real nice if that were
possible. :)