Update docs for concept clarification
This commit is contained in:
parent
2a2528a5cc
commit
841795e782
10
index.html
10
index.html
|
@ -46,13 +46,13 @@
|
|||
<p>Manage tags based on viewports.</p>
|
||||
<p>
|
||||
<p> Once connected to a screen via <code>viewport.connect(screen)</code>, selecting a single
|
||||
tag will make that tag the new viewport. This tag will remember any other
|
||||
tag will make that tag the active viewport. This tag will remember any other
|
||||
selected tags when the viewport changes, so that when it is re-selected,
|
||||
all previously selected tags are viewed.
|
||||
</p>
|
||||
<h3>Info:</h3>
|
||||
<ul>
|
||||
<li><strong>Copyright</strong>: 2019 James Reed</li>
|
||||
<li><strong>Copyright</strong>: 2019-2020 James Reed</li>
|
||||
<li><strong>Author</strong>: James Reed <jcrd@tuta.io></li>
|
||||
</ul>
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
<table class="function_list">
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#viewport">viewport (s)</a></td>
|
||||
<td class="summary">Get the viewport of a given screen.</td>
|
||||
<td class="summary">Get the active viewport of a given screen.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#viewport.connect">viewport.connect (s)</a></td>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<strong>viewport (s)</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
Get the viewport of a given screen.
|
||||
Get the active viewport of a given screen.
|
||||
|
||||
|
||||
<h3>Parameters:</h3>
|
||||
|
@ -152,7 +152,7 @@
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2020-08-05 14:37:19 </i>
|
||||
<i style="float:right;">Last updated 2020-11-24 16:12:03 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue