Skip to content

Commit

Permalink
Documentation generation after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcn committed Nov 2, 2023
1 parent d936b1d commit c8a5aab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/shared_c.cache

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/tech/classes/DocBlocksGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ final class DocBlocksGenerator
</ul>

```php
public function __construct(\BumbleDocGen\AI\ProviderInterface $aiHandler, \BumbleDocGen\LanguageHandler\Php\Parser\ParserHelper $parserHelper);
public function __construct(\BumbleDocGen\AI\ProviderInterface $aiProvider, \BumbleDocGen\LanguageHandler\Php\Parser\ParserHelper $parserHelper);
```


Expand All @@ -86,7 +86,7 @@ public function __construct(\BumbleDocGen\AI\ProviderInterface $aiHandler, \Bumb
</thead>
<tbody>
<tr>
<td>$aiHandler</td>
<td>$aiProvider</td>
<td><a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/AI/ProviderInterface.php'>\BumbleDocGen\AI\ProviderInterface</a></td>
<td>-</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions docs/tech/classes/ReadmeTemplateGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class ReadmeTemplateGenerator
</ul>

```php
public function __construct(\BumbleDocGen\AI\ProviderInterface $aiHandler);
public function __construct(\BumbleDocGen\AI\ProviderInterface $aiProvider);
```


Expand All @@ -72,7 +72,7 @@ public function __construct(\BumbleDocGen\AI\ProviderInterface $aiHandler);
</thead>
<tbody>
<tr>
<td>$aiHandler</td>
<td>$aiProvider</td>
<td><a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/src/AI/ProviderInterface.php'>\BumbleDocGen\AI\ProviderInterface</a></td>
<td>-</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/tech/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ Directory layout ( only documented files shown ):

<div id='page_committer_info'>
<hr>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Wed Nov 01 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>
<b>Last page committer:</b> fshcherbanich &lt;[email protected]&gt;<br><b>Last modified date:</b> Sat Sep 2 21:01:47 2023 +0300<br><b>Page content update date:</b> Thu Nov 02 2023<br>Made with <a href='https://github.com/bumble-tech/bumble-doc-gen/blob/master/docs/README.md'>Bumble Documentation Generator</a></div>

0 comments on commit c8a5aab

Please sign in to comment.