summaryrefslogtreecommitdiff
path: root/sami.php
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2014-08-01 09:02:54 +0200
committerAsmir Mustafic <[email protected]>2014-08-01 09:02:54 +0200
commit3e6dbb806515a1649a985a8cf64bee688e047039 (patch)
treefb12e3dab2b3c8172d2860f315292caffd5abeec /sami.php
parent50d439ef7ce03859c8ef177ebb1d2531939a00e8 (diff)
Using Sami as API doc generator
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