files() ->name('*.php') ->exclude('Resources') ->exclude('Tests') ->in(__DIR__ . '/../src/') ; return new Sami($iterator, array( 'theme' => 'default', 'title' => 'JsonPath', 'build_dir' => __DIR__ . './../docs', ));