docvim-0.3.1.3: Documentation generator for Vim plug-ins

Safe HaskellNone
LanguageHaskell2010

Text.Docvim.Visitor.Command

Synopsis

Documentation

extractCommand :: Alternative f => [Node] -> (f [Node], [Node]) Source #

Extracts a list of nodes (if any exist) identified by the `@command` annotation of the source code.