The README has a link saying "full hook documentation is here" that links to http://www.rubydoc.info/github/codegram/spinach/master/Spinach/Hooks. But there is only documentation for one type of tag hook there? Is there a list of all the available hooks elsewhere?
Update: I found the hooks documentation in the source code at https://github.com/codegram/spinach/blob/master/lib/spinach/hooks.rb. Looks like Yard is not picking the DSL up?