anno() = location() | [annotation(), ...]
annotation() = {file, file:filename_all()} | {generated, boolean()} | {location, location()} | {record, boolean()} | {text, string()}
column() = pos_integer()
line() = integer()
location() = line() | {line(), column()}
| new/1 |
new(Line::location()) -> anno()
Generated by EDoc