comparison vendor/masterminds/html5/sami.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
1 <?php 1 <?php
2 2
3 use Sami\Sami; 3 use Sami\Sami;
4 4
5 return new Sami(__DIR__ . '/src' , array( 5 return new Sami(__DIR__ . '/src', array(
6 'title' => 'HTML5-PHP API', 6 'title' => 'HTML5-PHP API',
7 'build_dir' => __DIR__.'/build/apidoc', 7 'build_dir' => __DIR__ . '/build/apidoc',
8 'cache_dir' => __DIR__.'/build/sami-cache', 8 'cache_dir' => __DIR__ . '/build/sami-cache',
9 'default_opened_level' => 1, 9 'default_opened_level' => 1,
10 )); 10 ));