Current section

Files

Jump to
testament include testament@internal@util_DocState.hrl
Raw

include/testament@internal@util_DocState.hrl

-record(doc_state, {
in :: boolean(),
lines :: list(glexer@token:token()),
test_bodies :: list(list(glexer@token:token()))
}).