Module edoc_report
EDoc verbosity/error reporting.
Copyright © 2001-2003 Richard Carlsson
Authors: Richard Carlsson (richardc@csd.uu.se).
See also: edoc.
EDoc verbosity/error reporting.
error(What) -> term()
error(Where, What) -> term()
error(Line, Where, S) -> term()
report(S, Vs) -> term()
report(Where, S, Vs) -> term()
report(L, Where, S, Vs) -> term()
warning(S) -> term()
warning(S, Vs) -> term()
warning(Where, S, Vs) -> term()
warning(L, Where, S, Vs) -> term()