Pull merge.
[yaffs-website] / vendor / masterminds / html5 / sami.php
1 <?php
2
3 use Sami\Sami;
4
5 return new Sami(__DIR__ . '/src' , array(
6     'title'                => 'HTML5-PHP API',
7     'build_dir'            => __DIR__.'/build/apidoc',
8     'cache_dir'            => __DIR__.'/build/sami-cache',
9     'default_opened_level' => 1,
10 ));