[Doxygen-users] Multiple executables with identical symbols?
Brought to you by:
dimitri
|
From: Hans <hgu...@xs...> - 2019-01-19 15:03:26
|
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 |