[erlang-questions] eDoc picking up -spec and -type; when?

Hans Bolinder hans.bolinder@REDACTED
Wed Oct 27 09:26:58 CEST 2010


[Logan, Martin:]
> Can anyone tell me when eDoc will start to pick up specs?

The work in on-going but interrupted from time to time by other tasks.

There is a chance that a working version will be finished before
R14B01, but R14B02 is more likely.

The latest version can be found at http://github.com/uabboli/EDoc. It
is not stable, but as long as one is aware of that, it can be used for
testing.

A typical invocation that activates the new features:

  edoc:files([File], [{dialyzer_specs,all},{report_missing_type,true},
                      {report_type_mismatch,true},{pretty_print,erl_pp},
                      {preprocess,true}]).

Best regards,

Hans Bolinder, Erlang/OTP team, Ericsson


More information about the erlang-questions mailing list