[Doxygen-users] Links to identically named global functions
Brought to you by:
dimitri
|
From: Petr P. <pet...@se...> - 2015-12-11 15:12:33
|
Hi all, suppose I have several global functions with the same name, each in a different file. A typical example may be main() - is it possible to create links to main() inside a specific file? I know that in case of modules I can easily distinguish by saying "module_a::main()", but I would need something like file.f::main(). Thanks for any comments. Best regards, Petr |