wincent / docvim

Documentation generator for Vim plug-ins
MIT License
25 stars 0 forks source link

Auto-gen based on VimL AST nodes #12

Closed wincent closed 2 years ago

wincent commented 8 years ago

Instead of (something like):

""
" @function ...
"
" blah
function a#b()

Be able to write (something like):

""
" blah
function a#b()

Ditto for @option, @command and @mapping.

wincent commented 2 years ago

Closing old issues to start afresh with the rust branch (#42, #43).