Vimdoc seems to get tripped up on angle braces and try to treat them as code blocks even if they're in the midst of other text and not at the start of the line.
I had a vimdoc comment like this over a function
""
" Blah blah blah:
" <module 'foo.bar' from 'repopath/foo/python/foo/bar.py'>
and the generated docs looked like this:
Blah Blah Blah: <module 'foo.bar' from
'repopath/foo/python/foo/bar.py'
>
<
Vimdoc seems to get tripped up on angle braces and try to treat them as code blocks even if they're in the midst of other text and not at the start of the line.
I had a vimdoc comment like this over a function
and the generated docs looked like this: