Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Overloaded function specification and edoc
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Malotte Westman Lönne  
View profile  
 More options Dec 20 2011, 8:22 am
From: Malotte Westman Lönne <malo...@malotte.net>
Date: Tue, 20 Dec 2011 14:22:02 +0100
Local: Tues, Dec 20 2011 8:22 am
Subject: [erlang-questions] Overloaded function specification and edoc
Hi,

When running edoc on an overloaded function specification only the first part shows up in the resulting html-file.
Am I doing something wrong or is it a bug?

CODE:
-spec init(read | write, Pid::pid(), Entry::#app_entry{}, BufSize::integer(), LLevel::integer()) ->
                  {ok, Buf::#co_data_buf{}} |
                  {ok, Mref::reference(), Buf::#co_data_buf{}} |
                  {error, Error::atom()};
          (read | write, Dict::term(), Entry::#dict_entry{}, BufSize::integer(), LLevel::integer()) ->
                  {ok, Buf::#co_data_buf{}} |
                  {error, Error::atom()}.

EDOC:
init/5

init(Access::read | write, Pid::pid(), Entry::#app_entry{}, BufSize::integer(), LLevel::integer()) -> {ok, Buf::#co_data_buf{}} | {ok, Mref::reference(), Buf::#co_data_buf{}} | {error, Error::atom()}

Regards,
Malotte
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »