From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/namespaceSpyc.html | 73 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 doc/html/namespaceSpyc.html (limited to 'doc/html/namespaceSpyc.html') diff --git a/doc/html/namespaceSpyc.html b/doc/html/namespaceSpyc.html new file mode 100644 index 0000000..8d8c8e7 --- /dev/null +++ b/doc/html/namespaceSpyc.html @@ -0,0 +1,73 @@ + + + + + +IsisReader: Spyc Namespace Reference + + + + + + + + + +
+

Spyc Namespace Reference

+
+

Detailed Description

+

Spyc -- A Simple PHP YAML Class

+
Version:
0.4.5
+
Author:
Vlad Andersen <vlad.andersen@gmail.com>
+
+Chris Wanstrath <chris@ozmm.org> Copyright 2005-2006 Chris Wanstrath, 2006-2009 Vlad Andersen http://www.opensource.org/licenses/mit-license.php MIT License The Simple PHP YAML Class. This class can be used to read a YAML file and convert its contents into a PHP array. It currently supports a very limited subsection of the YAML spec. Usage: $Spyc = new Spyc; $array = $Spyc->load($file); or: $array = Spyc::YAMLLoad($file); or: $array = spyc_load_file($file);
+
+ +
+ All Classes Namespaces Functions Variables
+ + +
+ +
+ +
Generated on Tue Mar 30 14:47:17 2010 for IsisReader by  + +doxygen 1.6.1
+ + -- cgit v1.2.3