From 17af50812c47f5dec7e02e443c551b9697715729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Mar 2014 19:05:59 +0100 Subject: Remove outdated comments, all edoc, plus a few minor tweaks --- src/cowboy_app.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cowboy_app.erl') diff --git a/src/cowboy_app.erl b/src/cowboy_app.erl index d4d0389..f20caf2 100644 --- a/src/cowboy_app.erl +++ b/src/cowboy_app.erl @@ -12,16 +12,12 @@ %% 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_app). -behaviour(application). -%% API. -export([start/2]). -export([stop/1]). -%% API. - start(_Type, _Args) -> cowboy_sup:start_link(). -- cgit v1.2.3