Skip to content

Commit

Permalink
Automatic documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Workflow committed Nov 27, 2024
1 parent 1f18a28 commit 7fb5ce9
Show file tree
Hide file tree
Showing 69 changed files with 3,104 additions and 1,158 deletions.
34 changes: 23 additions & 11 deletions classes/rdfInterface-BlankNodeInterface.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Doc
Menu
</label>
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -namespaces">
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="namespaces/sparqlclient.html" class="">sparqlClient</a>
Expand All @@ -65,22 +65,22 @@ <h4 class="phpdocumentor-sidebar__root-namespace">
</h4>

</section>
<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -packages">
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
<h4 class="phpdocumentor-sidebar__root-namespace">
<a href="packages/Application.html" class="">Application</a>
</h4>

</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -reports">
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
</section>

<section class="phpdocumentor-sidebar__category">
<section class="phpdocumentor-sidebar__category -indices">
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
</section>
Expand Down Expand Up @@ -117,6 +117,7 @@ <h2 class="phpdocumentor-content__title">




<h5 class="phpdocumentor-tag-list__heading" id="tags">
Tags
<a href="classes/rdfInterface-BlankNodeInterface.html#tags" class="headerlink"><i class="fas fa-link"></i></a>
Expand All @@ -132,7 +133,9 @@ <h5 class="phpdocumentor-tag-list__heading" id="tags">
</section>

</dd>
</dl>
</dl>





Expand All @@ -158,20 +161,20 @@ <h4 id="toc-methods">
</h4>
<dl class="phpdocumentor-table-of-contents">
<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfInterface-TermCompareInterface.html#method___toString">__toString()</a>
<a class="" href="classes/rdfInterface-TermCompareInterface.html#method___toString">__toString()</a>
<span>
&nbsp;: string </span>
</dt>
<dd>Should return:</dd>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfInterface-TermCompareInterface.html#method_equals">equals()</a>
<a class="" href="classes/rdfInterface-TermCompareInterface.html#method_equals">equals()</a>
<span>
&nbsp;: bool </span>
</dt>

<dt class="phpdocumentor-table-of-contents__entry -method -public">
<a href="classes/rdfInterface-TermInterface.html#method_getValue">getValue()</a>
<a class="" href="classes/rdfInterface-TermInterface.html#method_getValue">getValue()</a>
<span>
&nbsp;: mixed </span>
</dt>
Expand Down Expand Up @@ -215,6 +218,7 @@ <h4 class="phpdocumentor-element__name" id="method___toString">

<div class="phpdocumentor-label-line">
</div>

<section class="phpdocumentor-description"><ul>
<li>an URI for named nodes and blank nodes</li>
<li>a value in lexical form for literals</li>
Expand All @@ -225,6 +229,8 @@ <h4 class="phpdocumentor-element__name" id="method___toString">





<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">string</span>
Expand Down Expand Up @@ -257,6 +263,7 @@ <h4 class="phpdocumentor-element__name" id="method_equals">
<div class="phpdocumentor-label-line">
</div>


<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
<dl class="phpdocumentor-argument-list">
<dt class="phpdocumentor-argument-list__entry">
Expand All @@ -270,6 +277,8 @@ <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>





<section>
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
<span class="phpdocumentor-signature__response_type">bool</span>
Expand Down Expand Up @@ -304,6 +313,9 @@ <h4 class="phpdocumentor-element__name" id="method_getValue">








</article>
Expand Down Expand Up @@ -419,9 +431,9 @@ <h4 class="phpdocumentor-element__name" id="method_getValue">
<li class="phpdocumentor-on-this-page-section__title">Methods</li>
<li>
<ul class="phpdocumentor-list -clean">
<li><a href="classes/rdfInterface-TermCompareInterface.html#method___toString">__toString()</a></li>
<li><a href="classes/rdfInterface-TermCompareInterface.html#method_equals">equals()</a></li>
<li><a href="classes/rdfInterface-TermInterface.html#method_getValue">getValue()</a></li>
<li class=""><a href="classes/rdfInterface-TermCompareInterface.html#method___toString">__toString()</a></li>
<li class=""><a href="classes/rdfInterface-TermCompareInterface.html#method_equals">equals()</a></li>
<li class=""><a href="classes/rdfInterface-TermInterface.html#method_getValue">getValue()</a></li>
</ul>
</li>

Expand Down
Loading

0 comments on commit 7fb5ce9

Please sign in to comment.