Multiple executables with identical symbols?

Hans <[email protected]> Sat, 19 Jan 2019 16:03:02 +0100
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>
Hi,


I have a largish project, consisting of 12 libraries and 50 or so 
executables. Some of the executables declare 'duplicate' class names - 
they are not real duplicates, of course, since they are never linked 
together, but the same name is still find in several places. How do I 
tell Doxygen that symbols from two executables really refer to two 
different things?

For example, foo.exe contains class MainWindow. bar.exe also contains 
class MainWindow, but of course it is a different thing altogether. Can 
I somehow get Doxygen to keep them separate in the output?

I don't want to run Doxygen 50 times, once for each executable. It would 
be incredibly slow, and take up a huge amount of diskspace.


Thanks in advance!

H. Guijt