google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 29 forks source link

Vimdoc double quotes don't deal nicely with TODOs #31

Closed Soares closed 10 years ago

Soares commented 10 years ago

What should happen in the following case?

" TODO(nates): Make this function work.
""
" This is the actual documentation for the function.
dbarnett commented 10 years ago

What should happen in the following case?

I give up, what? vimdoc should make the function work for you? =)

There's no actual problem description here, but vimdoc does the right thing AFAICT: TODO line is ignored as a normal comment, actual doc block is rendered. Must have gotten fixed at some point.