mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #17785 from muniter/jl-fix-doxygen-destroyer
docs: properly escape to avoid doxygen weirdness
This commit is contained in:
commit
463738938d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user