GNOME Bugzilla – Bug 629270
Filename extension is case-sensitive
Last modified: 2010-10-09 08:19:38 UTC
Doxygen was not creating any documentation for my IDL files. It found and parsed them but didn't treat them as IDL files. After many hours I finally tried renaming the files from having an uppercase .IDL extension to a lowercase .idl extension and it worked! Unfortunately Visual Studio creates the files with an uppercase extension so I had to manually rename them all. When determining the file type, I believe the extension should be case-insensitive, at least on Windows platforms.
Agreed. I'll do the extension comparison after converting the file name to lower case.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.