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


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

Reply via email to