Cleanup
This commit is contained in:
parent
bbdeffc3bf
commit
6187b2458f
4 changed files with 0 additions and 1483 deletions
21
.sami.php
Normal file
21
.sami.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
include 'vendor/autoload.php';
|
||||
|
||||
use Sami\Sami;
|
||||
use Sami\Version\GitVersionCollection;
|
||||
use Symfony\Component\Finder\Finder;
|
||||
|
||||
$iterator = Finder::create()
|
||||
->files()
|
||||
->name('*.php')
|
||||
->in($dir = 'src')
|
||||
;
|
||||
|
||||
return new Sami($iterator, array(
|
||||
'title' => 'PHP-FFMpeg API',
|
||||
'theme' => 'enhanced',
|
||||
'build_dir' => __DIR__.'/docs/source/API/API',
|
||||
'cache_dir' => __DIR__.'/docs/source/API/API/cache',
|
||||
'default_opened_level' => 2,
|
||||
));
|
||||
Loading…
Add table
Add a link
Reference in a new issue