[Doxygen-users] Python import as
Brought to you by:
dimitri
From: Sebastian H. <seb...@bl...> - 2014-11-06 12:26:47
|
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 |