docvim-0.3.1.1: Documentation generator for Vim plug-ins

Safe HaskellNone
LanguageHaskell2010

Text.Docvim.Visitor.Function

Synopsis

Documentation

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

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