Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to v0.9.0 #32

Merged
merged 4 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An Erlang library to test `@doc` tags and `-moduledoc` and `-doc` attributes.
{test, [
% 'debug_info' is required to extract doc chunks.
{erl_opts, [debug_info]},
{deps, [{doctest, "0.8.0"}]}
{deps, [{doctest, "0.9.0"}]}
]}
]}.
% 'doctest_eunit_report' is required to pretty print and correctly displays the failed tests.
Expand Down
14 changes: 11 additions & 3 deletions doc/.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,18 @@ dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2
dist/remixicon-NKANDIL5.woff2
dist/search_data-DA836C2B.js
dist/sidebar_items-E21AFAA0.js
dist/search_data-507225F0.js
dist/sidebar_items-0458B0DF.js
doctest.html
doctest_parse_transform.html
doctest_error.html
doctest_eunit.html
doctest_eunit_report.html
doctest_extract.html
doctest_extract_attr.html
doctest_extract_tag.html
doctest_forms.html
doctest_term.html
doctest_transform.html
index.html
license.html
readme.html
Expand Down
12 changes: 6 additions & 6 deletions doc/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="doctest v0.8.0">
<meta name="project" content="doctest v0.9.0">


<meta name="robots" content="noindex">

<title>404 — doctest v0.8.0</title>
<title>404 — doctest v0.9.0</title>
<link rel="stylesheet" href="dist/html-erlang-DUKXLSAT.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-E21AFAA0.js"></script>
<script src="dist/sidebar_items-0458B0DF.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -57,7 +57,7 @@
doctest
</a>
<div class="sidebar-projectVersion" translate="no">
v0.8.0
v0.9.0
</div>
</div>
</div>
Expand Down Expand Up @@ -131,9 +131,9 @@ <h1>
<p>

<span class="line">
<a href="https://hex.pm/packages/doctest/0.8.0" class="footer-hex-package">Hex Package</a>
<a href="https://hex.pm/packages/doctest/0.9.0" class="footer-hex-package">Hex Package</a>

<a href="https://preview.hex.pm/preview/doctest/0.8.0">Hex Preview</a>
<a href="https://preview.hex.pm/preview/doctest/0.9.0">Hex Preview</a>

</span>

Expand Down
74 changes: 65 additions & 9 deletions doc/api-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="ExDoc v0.31.2">
<meta name="project" content="doctest v0.8.0">
<meta name="project" content="doctest v0.9.0">


<title>API Reference — doctest v0.8.0</title>
<title>API Reference — doctest v0.9.0</title>
<link rel="stylesheet" href="dist/html-erlang-DUKXLSAT.css" />


<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-A7S2WMC7.js"></script>
<script src="dist/sidebar_items-E21AFAA0.js"></script>
<script src="dist/sidebar_items-0458B0DF.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -55,7 +55,7 @@
doctest
</a>
<div class="sidebar-projectVersion" translate="no">
v0.8.0
v0.9.0
</div>
</div>
</div>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1>
</a>


<span>API Reference <small class="app-vsn">doctest v0.8.0</small></span>
<span>API Reference <small class="app-vsn">doctest v0.9.0</small></span>
</h1>


Expand All @@ -142,12 +142,68 @@ <h2 id="modules" class="section-heading">

</div>

<div class="summary-synopsis"><p>Provides <a href="#module/1"><code class="inline">module/1</code></a> and <a href="#module/2"><code class="inline">module/2</code></a> to test doc attributes.</p></div>
<div class="summary-synopsis">Provides functions to test docs.</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_parse_transform.html" translate="no">doctest_parse_transform</a>
<a href="doctest_error.html" translate="no">doctest_error</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_eunit.html" translate="no">doctest_eunit</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_eunit_report.html" translate="no">doctest_eunit_report</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_extract.html" translate="no">doctest_extract</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_extract_attr.html" translate="no">doctest_extract_attr</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_extract_tag.html" translate="no">doctest_extract_tag</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_forms.html" translate="no">doctest_forms</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_term.html" translate="no">doctest_term</a>

</div>

</div>
<div class="summary-row">
<div class="summary-signature">
<a href="doctest_transform.html" translate="no">doctest_transform</a>

</div>

Expand Down Expand Up @@ -180,9 +236,9 @@ <h2 id="modules" class="section-heading">
<p>

<span class="line">
<a href="https://hex.pm/packages/doctest/0.8.0" class="footer-hex-package">Hex Package</a>
<a href="https://hex.pm/packages/doctest/0.9.0" class="footer-hex-package">Hex Package</a>

<a href="https://preview.hex.pm/preview/doctest/0.8.0">Hex Preview</a>
<a href="https://preview.hex.pm/preview/doctest/0.9.0">Hex Preview</a>

</span>

Expand Down
1 change: 1 addition & 0 deletions doc/dist/search_data-507225F0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion doc/dist/search_data-DA836C2B.js

This file was deleted.

1 change: 1 addition & 0 deletions doc/dist/sidebar_items-0458B0DF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion doc/dist/sidebar_items-E21AFAA0.js

This file was deleted.

Binary file modified doc/doctest.epub
Binary file not shown.
Loading
Loading