summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/1.1/guide/start/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/gun/1.1/guide/start/index.html')
-rw-r--r--docs/en/gun/1.1/guide/start/index.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/en/gun/1.1/guide/start/index.html b/docs/en/gun/1.1/guide/start/index.html
index 4a7f7702..c6116d9b 100644
--- a/docs/en/gun/1.1/guide/start/index.html
+++ b/docs/en/gun/1.1/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 -->