GNOME Bugzilla – Bug 643276
FILE_VERSION_FILTER called with "generated" instead file name
Last modified: 2011-04-04 15:38:48 UTC
The script defined in FILE_VERSION_FILTER get called with the parameter "generated" instead a actual file name. First the FILE_VERSION_FILTER is called for all files processed, but at the end there are two calls with "generated" as parameter. Example: FILE_VERSION_FILTER = printparam.sh printparam.sh: #!/bin/sh echo "$1" >&2 Output: /home/.../source.h /home/.../source.c ... generated generated
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.4. 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.
Tested with 1.7.4: ok Thank you for fixing