From a8b1f072cc2689ba5c5bfb5913ac0c9a0ce97dc4 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Gauthier Date: Wed, 15 Jun 2016 10:46:22 -0400 Subject: [PATCH] Update DOC --- doc/shackle_udp.md | 2 +- doc/shackle_utils.md | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/doc/shackle_udp.md b/doc/shackle_udp.md index 37228cf..05800b7 100644 --- a/doc/shackle_udp.md +++ b/doc/shackle_udp.md @@ -125,7 +125,7 @@ close(Socket::inet:socket()) -> ok ### header/2 ###

-header(X1::inet:ip_address(), Port::inet:port_number()) -> iodata()
+header(IP::inet:ip_address(), Port::inet:port_number()) -> iodata()
 

diff --git a/doc/shackle_utils.md b/doc/shackle_utils.md index 6aa2641..5a2abe9 100644 --- a/doc/shackle_utils.md +++ b/doc/shackle_utils.md @@ -114,7 +114,7 @@ time() = pos_integer() ## Function Index ## -
cancel_timer/1
info_msg/3
lookup/3
random/1
random_element/1
timeout/2
warning_msg/3
+
cancel_timer/1
lookup/3
random/1
random_element/1
warning_msg/3
@@ -130,15 +130,6 @@ cancel_timer(TimerRef::undefined | reference()) -> ok
- - -### info_msg/3 ### - -

-info_msg(Pool::pool_name(), Format::string(), Data::[term()]) -> ok
-
-
- ### lookup/3 ### @@ -166,15 +157,6 @@ random_element(List::[term()]) -> term()
- - -### timeout/2 ### - -

-timeout(Timeout::time(), Timestamp::erlang:timestamp()) -> integer()
-
-
- ### warning_msg/3 ###