GNOME Bugzilla – Bug 515975
Command \file broken for files with same name in different directories
Last modified: 2008-05-18 13:31:05 UTC
Since version 1.5.5, if the RECURSIVE option is on and there are files with the same name in different directories, no documentation is generated from them at all, and the following warnings appear in the warnings log file: Warning: the name `xxx' supplied as the second argument in the \file statement is not an input file
Created attachment 105026 [details] Sample Sample set of files to reproduce the described faulty behavior.
I confirm this behavior in SVN on Linux as of today (Feb 24, 2008). This bug was introduced in the latest version.
I tracked the bug to the SVN commit 603 (Release-1.5.4-20080101). The previous revision doesn't have the bug.
This seems to be fixed on SVN commit 615 (Release-1.5.5-20080307), but the testcase fails because it uses '\' as a path separator. Replacing all path separators with '/' makes it work fine.
Ah, sorry about the backslashes. In our project, we normally use forward slashes, I don't know why I used backslashes in the testcase.
Putting this to assigned, as it is scheduled to be fixed in the next release (and already fixed in subversion).
This bug was marked as assigned, which means it should be fixed in doxygen release 1.5.6. Please verify if the bug is indeed fixed. If not then reopen it and provide additional information if possible.