Mercurial > hg > isophonics-drupal-site
comparison vendor/masterminds/html5/sami.php @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 )); |