Hi!
I have a python project where modules are imported using 'import as', like
import this.really.long.module.name as trlm
Is there a way to make doxygen understand that subsequent calls to
something like
trlm.method(...)
is actually a call into this.really.long.module.name.method(...) ?
Cheers,
Sebastian H
|