rdoc/RubyXL/CommentsFile.html in rubyXL-3.3.1 vs rdoc/RubyXL/CommentsFile.html in rubyXL-3.3.2

- old
+ new

@@ -2,27 +2,24 @@ <html> <head> <meta charset="UTF-8"> -<title>class RubyXL::CommentsFile - rubyXL 3.3.1</title> +<title>class RubyXL::CommentsFile - rubyXL 3.3.2</title> -<link href="../fonts.css" rel="stylesheet"> -<link href="../rdoc.css" rel="stylesheet"> - <script type="text/javascript"> var rdoc_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> -<script src="../js/navigation.js"></script> -<script src="../js/search_index.js"></script> -<script src="../js/search.js"></script> -<script src="../js/searcher.js"></script> <script src="../js/darkfish.js"></script> +<link href="../css/fonts.css" rel="stylesheet"> +<link href="../css/rdoc.css" rel="stylesheet"> + + <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> @@ -65,21 +62,34 @@ </div> + <!-- Method Quickref --> +<div id="method-list-section" class="nav-section"> + <h3>Methods</h3> + + <ul class="link-list" role="directory"> + <li ><a href="#method-i-xlsx_path">#xlsx_path</a> + + </ul> +</div> + </div> </nav> <main role="main" aria-labelledby="class-RubyXL::CommentsFile"> <h1 id="class-RubyXL::CommentsFile" class="class"> class RubyXL::CommentsFile </h1> <section class="description"> +<p><a +href="http://www.schemacentral.com/sc/ooxml/e-ssml_comments.html">www.schemacentral.com/sc/ooxml/e-ssml_comments.html</a></p> + </section> @@ -87,19 +97,100 @@ + <section class="constants-list"> + <header> + <h3>Constants</h3> + </header> + <dl> + + <dt id="CONTENT_TYPE">CONTENT_TYPE + + <dd> + + + <dt id="REL_TYPE">REL_TYPE + + <dd> + + + </dl> + </section> + + <section class="attribute-method-details" class="method-section"> + <header> + <h3>Attributes</h3> + </header> + + <div id="attribute-i-workbook" class="method-detail"> + <div class="method-heading attribute-method-heading"> + <span class="method-name">workbook</span><span + class="attribute-access-type">[RW]</span> + </div> + + <div class="method-description"> + + + + </div> + </div> + + </section> + + + <section id="public-instance-5Buntitled-5D-method-details" class="method-section"> + <header> + <h3>Public Instance Methods</h3> + </header> + + + <div id="method-i-xlsx_path" class="method-detail "> + + <div class="method-heading"> + <span class="method-name">xlsx_path</span><span + class="method-args">()</span> + + <span class="method-click-advice">click to toggle source</span> + + </div> + + + <div class="method-description"> + + + + + + + <div class="method-source-code" id="xlsx_path-source"> + <pre><span class="ruby-comment"># File lib/rubyXL/objects/comments.rb, line 40</span> +<span class="ruby-keyword">def</span> <span class="ruby-identifier">xlsx_path</span> + <span class="ruby-constant">ROOT</span>.<span class="ruby-identifier">join</span>(<span class="ruby-string">&#39;xl&#39;</span>, <span class="ruby-node">&quot;comments#{file_index}.xml&quot;</span>) +<span class="ruby-keyword">end</span></pre> + </div> + + </div> + + + + + </div> + + + </section> + </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> - <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.2. - <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. + <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.0. + <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>