aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_acceptor.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_acceptor.erl')
-rw-r--r--src/cowboy_acceptor.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cowboy_acceptor.erl b/src/cowboy_acceptor.erl
index 830828e..cc8dfa3 100644
--- a/src/cowboy_acceptor.erl
+++ b/src/cowboy_acceptor.erl
@@ -12,7 +12,9 @@
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+%% @private
-module(cowboy_acceptor).
+
-export([start_link/6]). %% API.
-export([acceptor/6]). %% Internal.