So how exactly does one separate classes by path in Doxygen? I have tried with groups and sections,but for some reason, it would always combine classes with same name.
Current file structure is as following:
Trunk
|
+-> Client -> DemoClass.h
|
+-> Server -> DemoClass.h
|
+-> Shared -> OtherClass.h
Problem is I don't want a 1x DemoClass in doxygen that contains all the functions combined i want 2 seperate sections/class as in Server/DemoClass, Client/DemoClass.
clientDemo.handserverDemo.h.