Describe the task requested
Markdown support was added to Erlang for module/function/type documentation in OTP 27. This supersedes the EDoc powered system we currently use. We need to migrate our docs from EDoc to markdown.
Also, OTP 29 added support for documentation tests with the ct_doctest test harness for Common Test. We'll be using this once we start tackling #82.
Describe the task requested
Markdown support was added to Erlang for module/function/type documentation in OTP 27. This supersedes the EDoc powered system we currently use. We need to migrate our docs from EDoc to markdown.
Also, OTP 29 added support for documentation tests with the
ct_doctesttest harness for Common Test. We'll be using this once we start tackling #82.