I have multiple classes in my C# project
dir1
-folder1
-file1.cs
-file2.cs
-folder2
-file3.cs
dir2
-folder3
-file.cs
How to maintain this folder structure in doxygen also???
Because in Doxygen it is listing all classes under same folder 'Classes'
I have gone through all document but not found anything