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 937b567 commit 0d223a5Copy full SHA for 0d223a5
lib/Doxygen/Filter/Perl.pm
@@ -796,7 +796,7 @@ sub _ProcessPerlMethod
796
}
797
798
# Doxygen makes use of the `@` symbol and treats it as a special reserved character. This is a problem for perl
799
- # and especially when we are documenting our own Doxygen code we have print statements that include things likea `@endcode`
+ # and especially when we are documenting our own Doxygen code we have print statements that include things like `@endcode`
800
# as is found in _PrintMethodBlock(). Lets convert those `@` to `@amp;`
801
$line =~ s/\@endcode/\&\#64\;endcode/g;
802
0 commit comments