summaryrefslogtreecommitdiff
path: root/sami.php
blob: d0dd80b544e9ee4e67395e90c20da97c887d1c96 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

use Sami\Sami;

return new Sami(__DIR__ . '/src' , array(
    'title'                => 'HTML5-PHP API',
    'build_dir'            => __DIR__.'/build/apidoc',
    'cache_dir'            => __DIR__.'/build/sami-cache',
    'default_opened_level' => 1,
));