doc/AutoC.html in autoc-1.3 vs doc/AutoC.html in autoc-1.4
- old
+ new
@@ -1,92 +1,93 @@
-<!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">
+<!DOCTYPE html>
+<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Module: AutoC
- — Documentation by YARD 0.8.7.6
+ — Documentation by YARD 0.9.5
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
- hasFrames = window.top.frames.main ? true : false;
+ pathId = "AutoC";
relpath = '';
- framesUrl = "frames.html#!AutoC.html";
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
- <div id="header">
- <div id="menu">
+ <div class="nav_wrap">
+ <iframe id="nav" src="class_list.html"></iframe>
+ <div id="resizer"></div>
+ </div>
+
+ <div id="main" tabindex="-1">
+ <div id="header">
+ <div id="menu">
<a href="_index.html">Index (A)</a> »
<span class="title">AutoC</span>
-
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
</div>
- <div id="search">
+ <div id="search">
<a class="full_list_link" id="class_list_link"
href="class_list.html">
- Class List
+
+ <svg width="24" height="24">
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
+ </svg>
</a>
- <a class="full_list_link" id="method_list_link"
- href="method_list.html">
- Method List
- </a>
-
- <a class="full_list_link" id="file_list_link"
- href="file_list.html">
- File List
- </a>
-
</div>
- <div class="clear"></div>
- </div>
+ <div class="clear"></div>
+ </div>
- <iframe id="search_frame"></iframe>
+ <iframe id="search_frame" src="class_list.html"></iframe>
- <div id="content"><h1>Module: AutoC
+ <div id="content"><h1>Module: AutoC
</h1>
+<div class="box_info">
+
-<dl class="box">
-
-
+
- <dt class="r1 last">Defined in:</dt>
- <dd class="r1 last">lib/autoc.rb<span class="defines">,<br />
- lib/autoc/type.rb,<br /> lib/autoc/code.rb,<br /> lib/autoc/string.rb,<br /> lib/autoc/collection.rb,<br /> lib/autoc/collection/list.rb,<br /> lib/autoc/collection/queue.rb,<br /> lib/autoc/collection/vector.rb,<br /> lib/autoc/collection/hash_map.rb,<br /> lib/autoc/collection/hash_set.rb</span>
+
+
+ <dl>
+ <dt>Defined in:</dt>
+ <dd>lib/autoc.rb<span class="defines">,<br />
+ lib/autoc/code.rb,<br /> lib/autoc/type.rb,<br /> lib/autoc/string.rb,<br /> lib/autoc/collection.rb,<br /> lib/autoc/collection/map.rb,<br /> lib/autoc/collection/set.rb,<br /> lib/autoc/collection/list.rb,<br /> lib/autoc/collection/queue.rb,<br /> lib/autoc/collection/vector.rb,<br /> lib/autoc/collection/hash_map.rb,<br /> lib/autoc/collection/tree_map.rb,<br /> lib/autoc/collection/tree_set.rb,<br /> lib/autoc/collection/iterator.rb,<br /> lib/autoc/collection/hash_set.rb</span>
</dd>
+ </dl>
-</dl>
-<div class="clear"></div>
+</div>
<h2>Overview</h2><div class="docstring">
<div class="discussion">
<div class="paragraph">
<p><strong>AutoC</strong> is a host of Ruby modules related to automatic C source code generation.</p>
@@ -132,49 +133,47 @@
</div><h2>Defined Under Namespace</h2>
<p class="children">
- <strong class="modules">Modules:</strong> <span class='object_link'><a href="AutoC/Priority.html" title="AutoC::Priority (module)">Priority</a></span>
+ <strong class="modules">Modules:</strong> <span class='object_link'><a href="AutoC/Iterators.html" title="AutoC::Iterators (module)">Iterators</a></span>, <span class='object_link'><a href="AutoC/Maps.html" title="AutoC::Maps (module)">Maps</a></span>, <span class='object_link'><a href="AutoC/Priority.html" title="AutoC::Priority (module)">Priority</a></span>, <span class='object_link'><a href="AutoC/Sets.html" title="AutoC::Sets (module)">Sets</a></span>
- <strong class="classes">Classes:</strong> <span class='object_link'><a href="AutoC/Code.html" title="AutoC::Code (class)">Code</a></span>, <span class='object_link'><a href="AutoC/Collection.html" title="AutoC::Collection (class)">Collection</a></span>, <span class='object_link'><a href="AutoC/HashMap.html" title="AutoC::HashMap (class)">HashMap</a></span>, <span class='object_link'><a href="AutoC/HashSet.html" title="AutoC::HashSet (class)">HashSet</a></span>, <span class='object_link'><a href="AutoC/List.html" title="AutoC::List (class)">List</a></span>, <span class='object_link'><a href="AutoC/Module.html" title="AutoC::Module (class)">Module</a></span>, <span class='object_link'><a href="AutoC/Queue.html" title="AutoC::Queue (class)">Queue</a></span>, <span class='object_link'><a href="AutoC/Reference.html" title="AutoC::Reference (class)">Reference</a></span>, <span class='object_link'><a href="AutoC/String.html" title="AutoC::String (class)">String</a></span>, <span class='object_link'><a href="AutoC/Type.html" title="AutoC::Type (class)">Type</a></span>, <span class='object_link'><a href="AutoC/UserDefinedType.html" title="AutoC::UserDefinedType (class)">UserDefinedType</a></span>, <span class='object_link'><a href="AutoC/Vector.html" title="AutoC::Vector (class)">Vector</a></span>
+ <strong class="classes">Classes:</strong> <span class='object_link'><a href="AutoC/Code.html" title="AutoC::Code (class)">Code</a></span>, <span class='object_link'><a href="AutoC/Collection.html" title="AutoC::Collection (class)">Collection</a></span>, <span class='object_link'><a href="AutoC/HashMap.html" title="AutoC::HashMap (class)">HashMap</a></span>, <span class='object_link'><a href="AutoC/HashSet.html" title="AutoC::HashSet (class)">HashSet</a></span>, <span class='object_link'><a href="AutoC/List.html" title="AutoC::List (class)">List</a></span>, <span class='object_link'><a href="AutoC/Module.html" title="AutoC::Module (class)">Module</a></span>, <span class='object_link'><a href="AutoC/Queue.html" title="AutoC::Queue (class)">Queue</a></span>, <span class='object_link'><a href="AutoC/Reference.html" title="AutoC::Reference (class)">Reference</a></span>, <span class='object_link'><a href="AutoC/String.html" title="AutoC::String (class)">String</a></span>, <span class='object_link'><a href="AutoC/TreeMap.html" title="AutoC::TreeMap (class)">TreeMap</a></span>, <span class='object_link'><a href="AutoC/TreeSet.html" title="AutoC::TreeSet (class)">TreeSet</a></span>, <span class='object_link'><a href="AutoC/Type.html" title="AutoC::Type (class)">Type</a></span>, <span class='object_link'><a href="AutoC/UserDefinedType.html" title="AutoC::UserDefinedType (class)">UserDefinedType</a></span>, <span class='object_link'><a href="AutoC/Vector.html" title="AutoC::Vector (class)">Vector</a></span>
</p>
<h2>Constant Summary</h2>
-
- <dl class="constants">
-
- <dt id="VERSION-constant" class="">VERSION =
-
- </dt>
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.3</span><span class='tstring_end'>"</span></span></pre></dd>
-
- </dl>
-
+ <dl class="constants">
+
+ <dt id="VERSION-constant" class="">VERSION =
+
+ </dt>
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>1.4</span><span class='tstring_end'>"</span></span></pre></dd>
+
+ </dl>
<h2>
Class Method Summary
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
+ <small><a href="#" class="summary_toggle">collapse</a></small>
</h2>
<ul class="summary">
<li class="public ">
<span class="summary_signature">
- <a href="#c_id-class_method" title="c_id (class method)">+ (Object) <strong>c_id</strong>(obj) </a>
+ <a href="#c_id-class_method" title="c_id (class method)">.<strong>c_id</strong>(obj) ⇒ Object </a>
</span>
@@ -194,11 +193,11 @@
<li class="public ">
<span class="summary_signature">
- <a href="#priority_sort-class_method" title="priority_sort (class method)">+ (Object) <strong>priority_sort</strong>(entities, reverse = false) </a>
+ <a href="#priority_sort-class_method" title="priority_sort (class method)">.<strong>priority_sort</strong>(entities, reverse = false) ⇒ Object </a>
</span>
@@ -225,11 +224,11 @@
<div class="method_details first">
<h3 class="signature first" id="c_id-class_method">
- + (<tt>Object</tt>) <strong>c_id</strong>(obj)
+ .<strong>c_id</strong>(obj) ⇒ <tt>Object</tt>
@@ -284,11 +283,11 @@
</div>
<div class="method_details ">
<h3 class="signature " id="priority_sort-class_method">
- + (<tt>Object</tt>) <strong>priority_sort</strong>(entities, reverse = false)
+ .<strong>priority_sort</strong>(entities, reverse = false) ⇒ <tt>Object</tt>
@@ -319,13 +318,14 @@
</div>
</div>
- <div id="footer">
- Generated on Thu Mar 17 13:32:50 2016 by
+ <div id="footer">
+ Generated on Wed Oct 12 12:27:11 2016 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
- 0.8.7.6 (ruby-2.2.4).
+ 0.9.5 (ruby-2.3.1).
</div>
+ </div>
</body>
</html>
\ No newline at end of file