summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/2.0/guide/start/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-16 09:48:31 +0200
committerLoïc Hoguin <[email protected]>2019-10-16 09:48:31 +0200
commit8459bebceb9533948193774371cbd9fd571b78ea (patch)
treedd8e5eb8aa21e68b47f2526a3db9a276ea0d4327 /docs/en/gun/2.0/guide/start/index.html
parent31cedd105e5f6ecfbfcb925d4703cdf7b5ae114f (diff)
downloadninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.tar.gz
ninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.tar.bz2
ninenines.eu-8459bebceb9533948193774371cbd9fd571b78ea.zip
Cowboy 2.7.0
Diffstat (limited to 'docs/en/gun/2.0/guide/start/index.html')
-rw-r--r--docs/en/gun/2.0/guide/start/index.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/en/gun/2.0/guide/start/index.html b/docs/en/gun/2.0/guide/start/index.html
index b1836e94..7e7cfec1 100644
--- a/docs/en/gun/2.0/guide/start/index.html
+++ b/docs/en/gun/2.0/guide/start/index.html
@@ -67,16 +67,12 @@
<p>Specify Gun as a dependency to your application in your favorite build tool.</p>
<p>With Erlang.mk this is done by adding <code>gun</code> to the <code>DEPS</code> variable in your Makefile.</p>
<div class="listingblock"><div class="title">Adding Gun as an Erlang.mk dependency</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
-by Lorenzo Bettini
-http://www.lorenzobettini.it
-http://www.gnu.org/software/src-highlite -->
-<pre><tt><font color="#009900">DEPS =</font> gun</tt></pre>
+<div class="content">source-highlight: could not find a language definition for make
</div></div>
<h2 id="_starting">Starting</h2>
<p>Gun is an <em>OTP application</em>. It needs to be started before you can use it.</p>
<div class="listingblock"><div class="title">Starting Gun in an Erlang shell</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -86,7 +82,7 @@ http://www.gnu.org/software/src-highlite -->
<h2 id="_stopping">Stopping</h2>
<p>You can stop Gun using the <code>application:stop/1</code> function, however only Gun will be stopped. This is the reverse of <code>application:start/1</code>. The <code>application_ensure_all_started/1</code> function has no equivalent for stopping all applications.</p>
<div class="listingblock"><div class="title">Stopping Gun</div>
-<div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->