I am using doxygen for creating JavaDoc for my project. but after running doxygen- all the output files is under the same folder- the output root folder. for example- I have Foo class and in it- A and B structs. What I want is the under the root folder will be folder "Foo" and under the "Foo" folder will be the A and the B structs (in JavaDoc I have it. only in doxygen I dont have it.)
Do you know if there is flag in doxygen that can output the files in folder hierarchy?