aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Issues producing Edoc for some of the generated modules #72

Closed robertoaloi closed 8 months ago

robertoaloi commented 3 years ago

Producing edoc fails for a couple of modules. Examples of invalid generated docstrings are:

From aws_chime.erl:

%% == Functionality & restrictions ==

From aws_forecast.erl:

%% `<ExportJobName>_<ExportTimestamp>_<PartNumber>.csv'

From aws_route53.erl:

-%% table. These characters include the following: `! " # $ % & ' ( ) * + , -'

From 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.

onno-vos-dev commented 8 months ago

Stale issue and should be solved by now 👍👌