From 108a491f5515fdc2a7fe3ce8c310a261d6be3230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 6 Jul 2011 17:42:20 +0200 Subject: Add documentation for the public interface. This is probably not perfect yet but it should be better than nothing. We'll improve things with feedback received from the many users. --- src/cowboy_sup.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cowboy_sup.erl') diff --git a/src/cowboy_sup.erl b/src/cowboy_sup.erl index 13977e7..9c52486 100644 --- a/src/cowboy_sup.erl +++ b/src/cowboy_sup.erl @@ -12,6 +12,7 @@ %% 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_sup). -behaviour(supervisor). -- cgit v1.2.3