Hi,<br><br>It is not supported via the traditional edoc syntax, however it is supported by the new type documentation generation. If you write<br><br>
-type key() :: binary() | atom().<br>%% This type is awesome.  Really, it is great.<br><br>The comment below the type will be included in the generated edoc.<br><br>Lukas<br><br><div class="gmail_quote">On Wed, Jul 13, 2011 at 8:49 AM, Richard Carlsson <span dir="ltr"><<a href="mailto:carlsson.richard@gmail.com">carlsson.richard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On 2011-07-12 23:25, Daniel Goertzen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to document a "-type" close to the top of my modules like this...<br>
<br>
%% @doc This type is awesome.  Really, it is great.<br>
-type key() :: binary() | atom().<br>
<br>
... but it collides with my module @doc entry above it ("multiple @doc<br>
tag" error).<br>
<br>
Is there a right way to document types or is this not supported right<br>
now?  The generated documentation shows all my types nicely, but I'd<br>
love to have a bit of explanation appear with them.<br>
</blockquote>
<br></div>
It's not supported right now, but it's a good idea. Thanks.<br><font color="#888888">
<br>
    /Richard</font><div><div></div><div class="h5"><br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br>