After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 675607 - ampersands are not processed in filename
ampersands are not processed in filename
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.0
Other Windows
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
: 657883 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-05-07 12:07 UTC by Radek Liska
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH enable @ and & in file / directory name (1.61 KB, patch)
2013-04-20 12:36 UTC, albert
none Details | Review

Description Radek Liska 2012-05-07 12:07:29 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.
Comment 1 albert 2013-04-20 12:36:15 UTC
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)
Comment 2 albert 2013-04-20 12:37:25 UTC
*** Bug 657883 has been marked as a duplicate of this bug. ***
Comment 3 albert 2013-04-20 16:56:06 UTC
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.
Comment 4 Dimitri van Heesch 2013-05-10 14:26:12 UTC
Thanks, I'll include the patch in the next subversion update and add '#' as well.
Comment 5 Dimitri van Heesch 2013-05-19 12:35:25 UTC
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.