erl_tidy - a code cleaner for Erlang

Copyright © 1997-2020 Richard Carlsson

Version: 2.3.1

Authors: Richard Carlsson (carlsson.richard@gmail.com).

erl_tidy is a tool for cleaning up obsolete constructs in Erlang code.

Example:
  erl_tidy:dir("any-erlang-source-dir", [test, old_guard_tests]).

(the test option assures that no files are modified).

See the erl_tidy module for more details.

Generated by EDoc