Skip to content

Commit

Permalink
[docs] fix double notice
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Mar 15, 2021
1 parent 0f76920 commit 978de7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions docs/README.md
Expand Up @@ -695,11 +695,8 @@ Please click through to read the docblock comment details for each of them.




---
> This markdown file was generated using `docs/regenerate.php`. Any edits to it will likely be lost.
---

> This markdown file was generated using `docs/documenter.php`.
>
> Any edits to it will likely be lost.
1 change: 1 addition & 0 deletions docs/README.template.md
Expand Up @@ -11,4 +11,5 @@ Please click through to read the docblock comment details for each of them.
---

> This markdown file was generated using `docs/documenter.php`.
>
> Any edits to it will likely be lost.
5 changes: 0 additions & 5 deletions docs/documenter.php
Expand Up @@ -80,11 +80,6 @@ function generate_documentation(): string
$lines[] = get_namespace_documentation($namespace);
}

$lines[] = '';
$lines[] = '';
$lines[] = '---';
$lines[] = '> This markdown file was generated using `docs/regenerate.php`. Any edits to it will likely be lost.';

return Str\join($lines, "\n");
}

Expand Down

0 comments on commit 978de7b

Please sign in to comment.