diff options
author | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-13 07:36:50 -0800 |
---|---|---|
committer | scott Chacon <schacon@agadorsparticus.(none)> | 2007-11-13 07:36:50 -0800 |
commit | 38f009d6d0aa35b13d19575611db1c724a9d1a5b (patch) | |
tree | 207d2ab90604cdd70870ea361aee635cc7ac4654 /doc/classes/Git/Diff/DiffFile.html | |
parent | b045fa6be8a299b114c89e25242118748ed3e6c6 (diff) | |
download | third_party-ruby-git-38f009d6d0aa35b13d19575611db1c724a9d1a5b.tar.gz third_party-ruby-git-38f009d6d0aa35b13d19575611db1c724a9d1a5b.tar.xz third_party-ruby-git-38f009d6d0aa35b13d19575611db1c724a9d1a5b.zip |
updated a bunch of the documentation
Diffstat (limited to 'doc/classes/Git/Diff/DiffFile.html')
-rw-r--r-- | doc/classes/Git/Diff/DiffFile.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/classes/Git/Diff/DiffFile.html b/doc/classes/Git/Diff/DiffFile.html index f13fd79..39139e5 100644 --- a/doc/classes/Git/Diff/DiffFile.html +++ b/doc/classes/Git/Diff/DiffFile.html @@ -86,8 +86,8 @@ <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000148">blob</a> - <a href="#M000147">new</a> + <a href="#M000165">blob</a> + <a href="#M000164">new</a> </div> </div> @@ -147,19 +147,19 @@ <div id="methods"> <h3 class="section-bar">Public Class methods</h3> - <div id="method-M000147" class="method-detail"> - <a name="M000147"></a> + <div id="method-M000164" class="method-detail"> + <a name="M000164"></a> <div class="method-heading"> - <a href="#M000147" class="method-signature"> + <a href="#M000164" class="method-signature"> <span class="method-name">new</span><span class="method-args">(base, hash)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" - onclick="toggleCode('M000147-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000147-source"> + onclick="toggleCode('M000164-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000164-source"> <pre> <span class="ruby-comment cmt"># File lib/git/diff.rb, line 77</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">base</span>, <span class="ruby-identifier">hash</span>) @@ -178,19 +178,19 @@ <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000148" class="method-detail"> - <a name="M000148"></a> + <div id="method-M000165" class="method-detail"> + <a name="M000165"></a> <div class="method-heading"> - <a href="#M000148" class="method-signature"> + <a href="#M000165" class="method-signature"> <span class="method-name">blob</span><span class="method-args">(type = :dst)</span> </a> </div> <div class="method-description"> <p><a class="source-toggle" href="#" - onclick="toggleCode('M000148-source');return false;">[Source]</a></p> - <div class="method-source-code" id="M000148-source"> + onclick="toggleCode('M000165-source');return false;">[Source]</a></p> + <div class="method-source-code" id="M000165-source"> <pre> <span class="ruby-comment cmt"># File lib/git/diff.rb, line 87</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">blob</span>(<span class="ruby-identifier">type</span> = <span class="ruby-identifier">:dst</span>) |