View Source doctest_extract behaviour (doctest v0.13.0)
Summary
Types
-type chunk() :: {token(), Ln :: pos_integer(), Doc :: binary()}.
-type location() :: {Ln :: pos_integer(), Col :: pos_integer()}.
-type token() :: doc_token() | moduledoc_token().
Callbacks
-callback code_blocks(Doc) -> CodeBlocks when Doc :: binary(), CodeBlocks :: code_blocks().