diff options
Diffstat (limited to 'doc/classes/JSON/Ext/Generator.html')
-rw-r--r-- | doc/classes/JSON/Ext/Generator.html | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/doc/classes/JSON/Ext/Generator.html b/doc/classes/JSON/Ext/Generator.html deleted file mode 100644 index cdff971..0000000 --- a/doc/classes/JSON/Ext/Generator.html +++ /dev/null @@ -1,96 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>JSON::Ext::Generator</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" /> -<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" /> -<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" /> -<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> -<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> -<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script> -<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> - -</head> - -<body> - <div class="banner"> - - <h1> - <span class="type">Module</span> - JSON::Ext::Generator - - </h1> - <ul class="files"> - - <li><a href="../../../files/ext/json/ext/parser/parser_c.html">ext/json/ext/parser/parser.c</a></li> - - </ul> - </div> - <div id="bodyContent"> - <div id="content"> - - <div class="description"> - -<p>This is the <a href="../../JSON.html">JSON</a> generator implemented as a C -extension. It can be configured to be used by setting</p> - -<pre>JSON.generator = JSON::Ext::Generator</pre> - -<p>with the method generator= in <a href="../../JSON.html">JSON</a>.</p> - - </div> - - - - - - - - - - - - <!-- Namespace --> - <div class="sectiontitle">Namespace</div> - <ul> - - <li> - <span class="type">MODULE</span> - <a href="Generator/GeneratorMethods.html">JSON::Ext::Generator::GeneratorMethods</a> - </li> - - <li> - <span class="type">CLASS</span> - <a href="Generator/State.html">JSON::Ext::Generator::State</a> - </li> - - </ul> - - - - - - - - - - - - - - - - - - - - - - <!-- Methods --> - </div> - </div> - </body> -</html>
\ No newline at end of file |