Merge pull request #17785 from muniter/jl-fix-doxygen-destroyer

docs: properly escape to avoid doxygen weirdness
This commit is contained in:
James McCoy 2022-03-20 10:35:27 -04:00 committed by GitHub
commit 463738938d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@
/// [ "╔", "═" ,"╗", "║", "╝", "═", "╚", "║" ].
/// If the number of chars are less than eight, they will be repeated. Thus
/// an ASCII border could be specified as
/// [ "/", "-", "\\", "|" ],
/// [ "/", "-", \"\\\\\", "|" ],
/// or all chars the same as
/// [ "x" ].
/// An empty string can be used to turn off a specific border, for instance,