Skip to content

Commit

Permalink
Deploying to documentation from @ 84ae889 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Jan 26, 2024
1 parent c03b4dc commit bb8d5f7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/pohhandler.doctree
Binary file not shown.
11 changes: 11 additions & 0 deletions _sources/pohhandler.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ POHHandler
==========


------------

var
p: TPoint;
begin
ClearDebug();
POHHandler.Setup();
WriteLn POHHandler.GetPos();
end;


------------
10 changes: 10 additions & 0 deletions pohhandler.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,16 @@
<section id="pohhandler">
<h1>POHHandler<a class="headerlink" href="#pohhandler" title="Link to this heading"></a></h1>
<hr class="docutils" />
<dl class="simple">
<dt>var</dt><dd><p>p: TPoint;</p>
</dd>
<dt>begin</dt><dd><p>ClearDebug();
POHHandler.Setup();
WriteLn POHHandler.GetPos();</p>
</dd>
</dl>
<p>end;</p>
<hr class="docutils" />
</section>


Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit bb8d5f7

Please sign in to comment.