Re: [Doxygen-users] trailing underscore in directory names

2013-08-22 Thread Albert
Dear Fabio, Thank you for your explanation. I can reproduce the problem now. When I start from a directory in the source tree this directory is not mentioned in the lists, the files in this directory are seen as local files and not as files with a directory prepended. When I'm in _src I see the di

Re: [Doxygen-users] trailing underscore in directory names

2013-08-22 Thread Fabio Mosti
dear Albert, thank you for your answer! I guess the problem was that I were launching the doxygen command from inside the directory tree; calling it from outside (and putting the configuration file outside too, changing properly the paths in it) seems to solve the problem. I don't know if i

Re: [Doxygen-users] trailing underscore in directory names

2013-08-21 Thread Albert
Dear Fabio, I created a small project with the 4 directories you specified each containing one file. I used the default Doxyfile with just RECURSIVE set to YES. I see all 4 directories in the output on my windows system. Which version of doxygen are you using? Which OS. Can you post some more det

[Doxygen-users] trailing underscore in directory names

2013-08-21 Thread Fabio Mosti
hello everybody, I have a problem with a project where we have directories with similar names only different for a trailing underscore i.e. "_mods/" and "mods/" in the file view of my html generated documentation I can only see the directory without "_" other directories with trailing under