mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-26 06:38:11 +00:00
Deploying to readthedocs from @ chillerlan/php-qrcode@91975f191f 🚀
This commit is contained in:
+9
-9
@@ -12,11 +12,11 @@
|
||||
<script src="_static/js/html5shiv.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<script src="_static/jquery.js"></script>
|
||||
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
||||
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
||||
<script src="_static/doctools.js"></script>
|
||||
<script src="_static/sphinx_highlight.js"></script>
|
||||
<script src="_static/jquery.js?v=5d32c60e"></script>
|
||||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||||
<script src="_static/documentation_options.js?v=a8da1a53"></script>
|
||||
<script src="_static/doctools.js?v=888ff710"></script>
|
||||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
||||
<script src="_static/js/theme.js"></script>
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
@@ -268,10 +268,10 @@
|
||||
<div itemprop="articleBody">
|
||||
|
||||
<section id="qrmatrix">
|
||||
<h1>QRMatrix<a class="headerlink" href="#qrmatrix" title="Permalink to this heading"></a></h1>
|
||||
<h1>QRMatrix<a class="headerlink" href="#qrmatrix" title="Link to this heading"></a></h1>
|
||||
<p>The full phpDocumentor API documentation can be found at <a class="reference external" href="https://chillerlan.github.io/php-qrcode/classes/chillerlan-QRCode-Data-QRMatrix.html">chillerlan.github.io/php-qrcode</a>.</p>
|
||||
<section id="methods">
|
||||
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this heading"></a></h2>
|
||||
<h2>Methods<a class="headerlink" href="#methods" title="Link to this heading"></a></h2>
|
||||
<!-- using non-breaking spaces chr(255) in the longest method signature to force the silly table to stretch -->
|
||||
<table class="docutils align-default">
|
||||
<thead>
|
||||
@@ -388,7 +388,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<section id="deprecated-methods">
|
||||
<h3>Deprecated methods<a class="headerlink" href="#deprecated-methods" title="Permalink to this heading"></a></h3>
|
||||
<h3>Deprecated methods<a class="headerlink" href="#deprecated-methods" title="Link to this heading"></a></h3>
|
||||
<table class="docutils align-default">
|
||||
<thead>
|
||||
<tr class="row-odd"><th class="head"><p>method</p></th>
|
||||
@@ -422,7 +422,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="constants">
|
||||
<h2>Constants<a class="headerlink" href="#constants" title="Permalink to this heading"></a></h2>
|
||||
<h2>Constants<a class="headerlink" href="#constants" title="Link to this heading"></a></h2>
|
||||
<p>The <code class="docutils literal notranslate"><span class="pre">_DARK</span></code> and <code class="docutils literal notranslate"><span class="pre">_LIGHT</span></code> postfixed constans exist purely for convenience - their value is the same as
|
||||
<code class="docutils literal notranslate"><span class="pre">QRMatrix::M_XXX</span> <span class="pre">|</span> <span class="pre">QRMatrix::IS_DARK</span></code> and <code class="docutils literal notranslate"><span class="pre">QRMatrix::M_XXX</span> <span class="pre">^</span> <span class="pre">QRMatrix::IS_DARK</span></code> respectively,
|
||||
see <a class="reference internal" href="API-QROutputInterface.html"><span class="std std-doc"><code class="docutils literal notranslate"><span class="pre">QROutputInterface</span></code></span></a>.</p>
|
||||
|
||||
Reference in New Issue
Block a user