summaryrefslogtreecommitdiff
path: root/sami.php
diff options
context:
space:
mode:
Diffstat (limited to 'sami.php')
-rw-r--r--sami.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/sami.php b/sami.php
new file mode 100644
index 0000000..d0dd80b
--- /dev/null
+++ b/sami.php
@@ -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