google / vimdoc

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

Clean up @all directive and remove args #61

Closed dbarnett closed 10 years ago

dbarnett commented 10 years ago

Fixes the @all directive so it's no longer completely broken (fixes #60).

Also removes support for the index args. They're pretty complex to explain, and in practice if anyone did need to add documentation for e.g., 2 of 3 overloaded usages, it wouldn't be that bad to duplicate it. If we end up really needing support for args, we can always add it back later without breaking anyone.

Helps with some @usage confusion mentioned in #38.

dbarnett commented 10 years ago

@Soares

xanderman commented 10 years ago

LGTM