Skip to content

Commit

Permalink
Update DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Jun 15, 2016
1 parent d375ab3 commit 9941e9a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/edoc-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%% encoding: UTF-8
{application,statsderl}.
{modules,[statsderl,statsderl_app,statsderl_protocol,statsderl_server,
statsderl_sup,statsderl_utils]}.
statsderl_sup,statsderl_udp,statsderl_utils]}.
36 changes: 36 additions & 0 deletions doc/statsderl_udp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@


# Module statsderl_udp #
* [Function Index](#index)
* [Function Details](#functions)

<a name="index"></a>

## Function Index ##


<table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#header-2">header/2</a></td><td></td></tr><tr><td valign="top"><a href="#send-3">send/3</a></td><td></td></tr></table>


<a name="functions"></a>

## Function Details ##

<a name="header-2"></a>

### header/2 ###

<pre><code>
header(IP::<a href="inet.md#type-ip_address">inet:ip_address()</a>, Port::<a href="inet.md#type-port_number">inet:port_number()</a>) -&gt; iodata()
</code></pre>
<br />

<a name="send-3"></a>

### send/3 ###

<pre><code>
send(Socket::<a href="inet.md#type-socket">inet:socket()</a>, Header::iodata(), Data::iodata()) -&gt; ok | {error, term()}
</code></pre>
<br />

0 comments on commit 9941e9a

Please sign in to comment.