<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Great, got it working more or less, however now I hit another error.<br>
    <br>
    ./src/test.erl: at line 23: can't find include file "gpb.hrl"<br>
    edoc: skipping source file './src/test.erl': {'EXIT',error}.<br>
    edoc: error in doclet 'edoc_doclet': {'EXIT',error}.<br>
    <br>
    "gdb" is in the deps directory. Get the error both with and without
    the skip_deps=true option.<br>
    <br>
    TIA<br>
    <br>
    Frans<br>
    <br>
    <div class="moz-cite-prefix">On 10/22/2015 03:56 PM, Sean Cribbs
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAPGJuCZiKRQ4VftJDtS3-0QO2q7R0xkHy9c=jWQP8Uk+sTydaA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Yes, use the 'preprocess' option when running edoc.
        It's exposed in rebar like so:
        <div><br>
        </div>
        <div>{edoc_opts, [{preprocess, true}]}.</div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Tue, Oct 20, 2015 at 4:23 AM, Frans
          Schneider <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:schneider@xs4all.nl" target="_blank">schneider@xs4all.nl</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list,<br>
            <br>
            When I use<br>
            <br>
            -type id() :: ?MIN_KEM_ID..?MAX_KEM_ID.<br>
            <br>
            instead of<br>
            <br>
            -type id() :: 0..16#ffff.<br>
            <br>
            I get the error "edoc: error in doclet 'edoc_doclet'".<br>
            <br>
            Is there a work around for this?<br>
            <br>
            Thanks,<br>
            <br>
            Frans<br>
            _______________________________________________<br>
            erlang-questions mailing list<br>
            <a moz-do-not-send="true"
              href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
            <a moz-do-not-send="true"
              href="http://erlang.org/mailman/listinfo/erlang-questions"
              rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>