aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/manual/cowboy_handler.ezdoc4
-rw-r--r--doc/src/manual/cowboy_loop.ezdoc8
-rw-r--r--doc/src/manual/cowboy_protocol.ezdoc4
-rw-r--r--doc/src/manual/cowboy_rest.ezdoc4
-rw-r--r--doc/src/manual/cowboy_spdy.ezdoc4
-rw-r--r--doc/src/manual/cowboy_sub_protocol.ezdoc4
-rw-r--r--doc/src/manual/cowboy_websocket.ezdoc4
7 files changed, 0 insertions, 32 deletions
diff --git a/doc/src/manual/cowboy_handler.ezdoc b/doc/src/manual/cowboy_handler.ezdoc
index b440b60..81615c2 100644
--- a/doc/src/manual/cowboy_handler.ezdoc
+++ b/doc/src/manual/cowboy_handler.ezdoc
@@ -20,10 +20,6 @@ defines the basic interface for handlers. All Cowboy handlers
implement at least the `init/2` callback, and may implement
the `terminate/3` callback optionally.
-:: Types
-
-None.
-
:: Terminate reasons
The following values may be received as the terminate reason
diff --git a/doc/src/manual/cowboy_loop.ezdoc b/doc/src/manual/cowboy_loop.ezdoc
index 1f3ab9e..196cec6 100644
--- a/doc/src/manual/cowboy_loop.ezdoc
+++ b/doc/src/manual/cowboy_loop.ezdoc
@@ -18,10 +18,6 @@ when no data has been received during that timespan. The
default timeout is `infinity`, which should only be used if
you have alternate means of ending inactive connections.
-:: Types
-
-None.
-
:: Terminate reasons
The following values may be received as the terminate reason
@@ -94,7 +90,3 @@ typically because a response has been sent.
The `hibernate` option will hibernate the process until
it receives another message.
-
-:: Exports
-
-None.
diff --git a/doc/src/manual/cowboy_protocol.ezdoc b/doc/src/manual/cowboy_protocol.ezdoc
index 335f2ff..1d65a5c 100644
--- a/doc/src/manual/cowboy_protocol.ezdoc
+++ b/doc/src/manual/cowboy_protocol.ezdoc
@@ -73,7 +73,3 @@ Fun called every time a response is sent.
: timeout (5000)
Time in ms with no requests before Cowboy closes the connection.
-
-:: Exports
-
-None.
diff --git a/doc/src/manual/cowboy_rest.ezdoc b/doc/src/manual/cowboy_rest.ezdoc
index f128a22..cd60566 100644
--- a/doc/src/manual/cowboy_rest.ezdoc
+++ b/doc/src/manual/cowboy_rest.ezdoc
@@ -11,10 +11,6 @@ in the manual for the ^cowboy_handler module.
All other callbacks are optional, though some may become
required depending on the return value of previous callbacks.
-:: Types
-
-None.
-
:: Meta values
: charset
diff --git a/doc/src/manual/cowboy_spdy.ezdoc b/doc/src/manual/cowboy_spdy.ezdoc
index 534434c..e88de20 100644
--- a/doc/src/manual/cowboy_spdy.ezdoc
+++ b/doc/src/manual/cowboy_spdy.ezdoc
@@ -32,7 +32,3 @@ List of middlewares to execute for every requests.
: onresponse (undefined)
Fun called every time a response is sent.
-
-:: Exports
-
-None.
diff --git a/doc/src/manual/cowboy_sub_protocol.ezdoc b/doc/src/manual/cowboy_sub_protocol.ezdoc
index 2ad0cf7..4ad25f3 100644
--- a/doc/src/manual/cowboy_sub_protocol.ezdoc
+++ b/doc/src/manual/cowboy_sub_protocol.ezdoc
@@ -3,10 +3,6 @@
The `cowboy_sub_protocol` behaviour defines the interface used
by modules that implement a protocol on top of HTTP.
-:: Types
-
-None.
-
:: Callbacks
: upgrade(Req, Env, Handler, Opts)
diff --git a/doc/src/manual/cowboy_websocket.ezdoc b/doc/src/manual/cowboy_websocket.ezdoc
index 889ddd7..7311662 100644
--- a/doc/src/manual/cowboy_websocket.ezdoc
+++ b/doc/src/manual/cowboy_websocket.ezdoc
@@ -159,7 +159,3 @@ being closed.
The `hibernate` option will hibernate the process until
it receives another message or new data from the Websocket
connection.
-
-:: Exports
-
-None.