Module otpbp_erl_anno

Data Types

anno()

anno() = location() | [annotation(), ...]

annotation()

annotation() = {file, file:filename_all()} | {generated, boolean()} | {location, location()} | {record, boolean()} | {text, string()}

column()

column() = pos_integer()

line()

line() = integer()

location()

location() = line() | {line(), column()}

Function Index

new/1

Function Details

new/1

new(Line::location()) -> anno()


Generated by EDoc, Jul 8 2019, 17:59:25.