GNOME Bugzilla – Bug 675607
ampersands are not processed in filename
Last modified: 2013-05-19 12:35:25 UTC
TCL source code header: # @file MCO/CL-B&R.tcl yields D:/_src/ttt/MCO/CL-B&R.tcl:4: warning: the name `MCO/CL-B' supplied as the second argument in the \file statement is not an input file The same happens for CL-B@&R.tcl, CL-B\&R.tcl, CL-B&R.tcl. It also happens for CL-B@R.tcl, I didn't try more combinations.
Created attachment 241987 [details] [review] PATCH enable @ and & in file / directory name The @ and & characters are added to the file names as used in commentscan.l, this solved the problem as noted. For consistency the @ and & have also been added to the file patterns in doctokenizer.l This bugfix superseded the bug fix for bug_657883 as it also contains that bug fix (the fix for scanner.l is already in svn)
*** Bug 657883 has been marked as a duplicate of this bug. ***
Following from bug_494760 - Directory path with '#' charactor in Doxywizard the # character should also be incorporated in patch. This has not been done. When accepting the patch please add the # character as well.
Thanks, I'll include the patch in the next subversion update and add '#' as well.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.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.