From 69585575b7b7e751a5533a3cf63a117d97ccf5e3 Mon Sep 17 00:00:00 2001 From: Gary Hockin Date: Thu, 5 Nov 2015 10:32:55 -0500 Subject: [PATCH] Added base documentation --- doc/book/zend.file.class-file-locator.md | 13 +++++++++++++ doc/bookdown.json | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 doc/book/zend.file.class-file-locator.md create mode 100644 doc/bookdown.json diff --git a/doc/book/zend.file.class-file-locator.md b/doc/book/zend.file.class-file-locator.md new file mode 100644 index 0000000..e5026ab --- /dev/null +++ b/doc/book/zend.file.class-file-locator.md @@ -0,0 +1,13 @@ +# Zend\\File\\ClassFileLocator + +## Overview + +TODO + +## Available Methods + +TODO + +## Examples + +TODO diff --git a/doc/bookdown.json b/doc/bookdown.json new file mode 100644 index 0000000..85b5b25 --- /dev/null +++ b/doc/bookdown.json @@ -0,0 +1,7 @@ +{ + "title": "Zend\\File", + "target": "html/", + "content": [ + "book/zend.file.class-file-locator.md" + ] +} \ No newline at end of file