We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86bc66 commit f6a0c6eCopy full SHA for f6a0c6e
lib/Doxygen/Filter/Perl.pm
@@ -521,7 +521,7 @@ sub _PrintFilenameBlock
521
522
if (defined $self->{'_hData'}->{'filename'}->{'fullpath'})
523
{
524
- print "/** \@file $self->{'_hData'}->{'filename'}->{'fullpath'}\n";
+ print "/** \@file \"$self->{'_hData'}->{'filename'}->{'fullpath'}\"\n";
525
if (defined $self->{'_hData'}->{'filename'}->{'details'}) { print "$self->{'_hData'}->{'filename'}->{'details'}\n"; }
526
if (defined $self->{'_hData'}->{'filename'}->{'version'}) { print "\@version $self->{'_hData'}->{'filename'}->{'version'}\n"; }
527
print "*/\n";
0 commit comments