difftodo-0.2.0: Generate todo lists from source code

Safe HaskellNone
LanguageHaskell2010

Fixme.Diff

Description

Extract comments from diffs

Synopsis

Documentation

newCommentsFromDiff :: ByteString -> Either Text [Comment] Source #

Get the comments that were added or modified in a diff.

Silently ignores files if we can't figure out what their programming language is.