|
|
| Author |
Message |
< Erlang ~ Can I specify multiple emails in my edoc header? |
| Align |
Posted: Mon Oct 19, 2009 10:01 am |
|
|
|
Joined: 19 Oct 2009
Posts: 2
Location: Sweden
|
Quote: Lets say me and Burbas have worked on a file listener.erl, either through pair programming or one after the other. I would like to have both of us as authors, which works fine as far as
Code: %%% @author Align, Burbas <>
, but we can apparently only supply one of our emails in the <>.
Is there a separator character or some other trick that can be used to have two emails in the <>? So far I've tried comma, colon, semicolon, space, and slash, but the compiled document still interprets it as a single email address...
EDIT: I figured it out...
Code: %%% @author Align <align@align.com>
%%% @author Burbas <burbas@burbas.com>
Well, this was embarrassing. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|