diff options
author | Loïc Hoguin <[email protected]> | 2016-01-09 15:49:51 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-01-09 15:49:51 +0100 |
commit | 0ebdf9c62523e516c081ec6eaf6124d5cba76150 (patch) | |
tree | df486d56c4ac08c77a8e25beefb996174c857f6e /guide/overview.html | |
parent | 3459fae23a1b652992da540374e82058d69aab04 (diff) | |
download | erlang.mk-0ebdf9c62523e516c081ec6eaf6124d5cba76150.tar.gz erlang.mk-0ebdf9c62523e516c081ec6eaf6124d5cba76150.tar.bz2 erlang.mk-0ebdf9c62523e516c081ec6eaf6124d5cba76150.zip |
Update user guide
Diffstat (limited to 'guide/overview.html')
-rw-r--r-- | guide/overview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/overview.html b/guide/overview.html index fb5ac33..120b33c 100644 --- a/guide/overview.html +++ b/guide/overview.html @@ -57,8 +57,8 @@ example to find all packages related to Cowboy:</p><pre class="programlisting">$ <a class="xref" href="edoc.html" title="Chapter 13. EDoc comments">Chapter 13, <em>EDoc comments</em></a> generates HTML documentation directly from your source code.</p><p>While it is convenient, ask yourself: if all the documentation is inside the source code, why not just open the source code directly? -That’s where <span class="emphasis"><em>Asciidoc</em></span> comes in.</p><p>The <a class="link" href="asciidoc.html" title="Chapter 12. Asciidoc documentation">Asciidoc</a> -<a class="xref" href="asciidoc.html" title="Chapter 12. Asciidoc documentation">Chapter 12, <em>Asciidoc documentation</em></a> plugin expects all documentation +That’s where <span class="emphasis"><em>Asciidoc</em></span> comes in.</p><p>The <a class="link" href="asciidoc.html" title="Chapter 12. AsciiDoc documentation">Asciidoc</a> +<a class="xref" href="asciidoc.html" title="Chapter 12. AsciiDoc documentation">Chapter 12, <em>AsciiDoc documentation</em></a> plugin expects all documentation to be separate from source. It will generate HTML, PDF, man pages and more from the documentation you write in the <span class="emphasis"><em>doc/src/</em></span> folder in your repository.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_running_tests"></a>3.4. Running tests</h2></div></div></div><p>Erlang.mk supports a lot of different testing and static |