sami.php 229 B

1234567891011
  1. <?php
  2. use Sami\Sami;
  3. return new Sami(__DIR__ . '/src', array(
  4. 'title' => 'HTML5-PHP API',
  5. 'build_dir' => __DIR__ . '/build/apidoc',
  6. 'cache_dir' => __DIR__ . '/build/sami-cache',
  7. 'default_opened_level' => 1,
  8. ));