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

------------------------------------------------------------------------------
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to