added php download of membershipments
This commit is contained in:
11
vendor/voku/anti-xss/build/generate_docs.php
vendored
Normal file
11
vendor/voku/anti-xss/build/generate_docs.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
require __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
$readmeText = (new \voku\PhpReadmeHelper\GenerateApi())->generate(
|
||||
__DIR__ . '/../src/voku/helper/AntiXSS.php',
|
||||
__DIR__ . '/docs/base.md'
|
||||
);
|
||||
|
||||
file_put_contents(__DIR__ . '/../README.md', $readmeText);
|
||||
Reference in New Issue
Block a user