Security update for Core, with self-updated composer
[yaffs-website] / vendor / masterminds / html5 / sami.php
diff --git a/vendor/masterminds/html5/sami.php b/vendor/masterminds/html5/sami.php
new file mode 100644 (file)
index 0000000..d0dd80b
--- /dev/null
@@ -0,0 +1,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,
+));
\ No newline at end of file