Closed robertoaloi closed 8 months ago
Producing edoc fails for a couple of modules. Examples of invalid generated docstrings are:
edoc
From aws_chime.erl:
aws_chime.erl
%% == Functionality & restrictions ==
From aws_forecast.erl:
aws_forecast.erl
%% `<ExportJobName>_<ExportTimestamp>_<PartNumber>.csv'
From aws_route53.erl:
aws_route53.erl
-%% table. These characters include the following: `! " # $ % & ' ( ) * + , -'
From aws_codestar_connections.erl:
aws_codestar_connections.erl
%% A host created through the CLI or the SDK is in `PENDING` status by
These errors are verified on the Erlang side. Not sure if the Elixir side is also affected, too.
Stale issue and should be solved by now 👍👌
Producing
edoc
fails for a couple of modules. Examples of invalid generated docstrings are:From
aws_chime.erl
:From
aws_forecast.erl
:From
aws_route53.erl
:From
aws_codestar_connections.erl
:These errors are verified on the Erlang side. Not sure if the Elixir side is also affected, too.