From 9941e9af644ffe3db4b07b3b63a322f3d0133cbb Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Wed, 15 Jun 2016 10:45:45 -0400 Subject: [PATCH] Update DOC --- doc/edoc-info | 2 +- doc/statsderl_udp.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 doc/statsderl_udp.md diff --git a/doc/edoc-info b/doc/edoc-info index 4d3e425..047d47e 100644 --- a/doc/edoc-info +++ b/doc/edoc-info @@ -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]}. diff --git a/doc/statsderl_udp.md b/doc/statsderl_udp.md new file mode 100644 index 0000000..1f7bd63 --- /dev/null +++ b/doc/statsderl_udp.md @@ -0,0 +1,36 @@ + + +# Module statsderl_udp # +* [Function Index](#index) +* [Function Details](#functions) + + + +## Function Index ## + + +
header/2
send/3
+ + + + +## Function Details ## + + + +### header/2 ### + +

+header(IP::inet:ip_address(), Port::inet:port_number()) -> iodata()
+
+
+ + + +### send/3 ### + +

+send(Socket::inet:socket(), Header::iodata(), Data::iodata()) -> ok | {error, term()}
+
+
+