I am trying to document a "-type" close to the top of my modules like this...
%% @doc This type is awesome. Really, it is great.
-type key() :: binary() | atom().
... but it collides with my module @doc entry above it ("multiple @doc
tag" error).
Is there a right way to document types or is this not supported right
now? The generated documentation shows all my types nicely, but I'd
love to have a bit of explanation appear with them.
Thanks,
Dan.
_______________________________________________
erlang-questions mailing list
[hidden email]
http://erlang.org/mailman/listinfo/erlang-questions