[erlang-questions] edoc: error in doclet 'edoc_doclet' when using macro in -type

Sean Cribbs seancribbs@REDACTED
Thu Oct 22 15:56:02 CEST 2015


Yes, use the 'preprocess' option when running edoc. It's exposed in rebar
like so:

{edoc_opts, [{preprocess, true}]}.

On Tue, Oct 20, 2015 at 4:23 AM, Frans Schneider <schneider@REDACTED>
wrote:

> Hi list,
>
> When I use
>
> -type id() :: ?MIN_KEM_ID..?MAX_KEM_ID.
>
> instead of
>
> -type id() :: 0..16#ffff.
>
> I get the error "edoc: error in doclet 'edoc_doclet'".
>
> Is there a work around for this?
>
> Thanks,
>
> Frans
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151022/68e26960/attachment.htm>


More information about the erlang-questions mailing list