Skip to content

Commit

Permalink
Updating HTML documentation for the 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 15, 2013
1 parent 8d96019 commit 37a32ad
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/classes/Rhumsaa.Uuid.Doctrine.UuidType.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h2>NAME</h2>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h2>getTraceAsString()
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ <h2>getTraceAsString()
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
17 changes: 16 additions & 1 deletion docs/classes/Rhumsaa.Uuid.Uuid.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<li class="method public "><a href="#method_getUrn" title="getUrn :: Returns the string representation of the UUID as a URN."><span class="description">Returns the string representation of the UUID as a URN.</span><pre>getUrn()</pre></a></li>
<li class="method public "><a href="#method_getVariant" title="getVariant :: Returns the variant number associated with this UUID."><span class="description">Returns the variant number associated with this UUID.</span><pre>getVariant()</pre></a></li>
<li class="method public "><a href="#method_getVersion" title="getVersion :: The version number associated with this UUID."><span class="description">The version number associated with this UUID.</span><pre>getVersion()</pre></a></li>
<li class="method public "><a href="#method_isValid" title="isValid :: Check if a string is a valid uuid"><span class="description">Check if a string is a valid uuid</span><pre>isValid()</pre></a></li>
<li class="method public "><a href="#method_toString" title="toString :: Converts this UUID into a string representation"><span class="description">Converts this UUID into a string representation</span><pre>toString()</pre></a></li>
<li class="method public "><a href="#method_uuid1" title="uuid1 :: Generate a version 1 UUID from a host ID, sequence number, and the current time."><span class="description">Generate a version 1 UUID from a host ID, sequence number, and the current time.</span><pre>uuid1()</pre></a></li>
<li class="method public "><a href="#method_uuid3" title="uuid3 :: Generate a version 3 UUID based on the MD5 hash of a namespace identifier (which
Expand Down Expand Up @@ -763,6 +764,20 @@ <h3>Returns</h3>
<div class="subelement response"><code>int</code></div>
</div></div>
</div>
<a id="method_isValid"></a><div class="element clickable method public method_isValid" data-toggle="collapse" data-target=".method_isValid .collapse">
<h2>Check if a string is a valid uuid</h2>
<pre>isValid(string $uuid) : boolean</pre>
<div class="labels"><span class="label">Static</span></div>
<div class="row collapse"><div class="detail-description">
<div class="long_description"></div>
<h3>Parameters</h3>
<div class="subelement argument">
<h4>$uuid</h4>
<code>string</code><p>The uuid to test</p></div>
<h3>Returns</h3>
<div class="subelement response"><code>boolean</code></div>
</div></div>
</div>
<a id="method_toString"></a><div class="element clickable method public method_toString" data-toggle="collapse" data-target=".method_toString .collapse">
<h2>Converts this UUID into a string representation</h2>
<pre>toString() : string</pre>
Expand Down Expand Up @@ -1097,7 +1112,7 @@ <h2>Specifies the UUID layout given in RFC 4122.</h2>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/deprecated.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/graph_class.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</script><div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>Documentation</h2>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/markers.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</tr>
<tr>
<td>todo</td>
<td>977</td>
<td>1000</td>
<td>Needs evaluation and possibly modification to ensure this works
well across multiple platforms.</td>
</tr>
Expand All @@ -90,7 +90,7 @@
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/namespaces/Rhumsaa.Uuid.Doctrine.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>UuidType<a href="../classes/Rhumsaa.Uuid.Doctrine.UuidType.html">¶</a>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/namespaces/Rhumsaa.Uuid.Exception.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>UnsupportedOperationException<a href="../classes/Rhumsaa.Uuid.Exception.Unsu
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/namespaces/Rhumsaa.Uuid.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h1>UnsupportedOperationException<a href="../classes/Rhumsaa.Uuid.Exception.Unsu
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/namespaces/Rhumsaa.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h1>UnsupportedOperationException<a href="../classes/Rhumsaa.Uuid.Exception.Unsu
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/packages/Default.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1>Uuid<a href="../classes/Rhumsaa.Uuid.Uuid.html">¶</a>
<div class="row"><footer class="span12">
Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
generated on 2013-01-19T13:28:42-06:00.<br></footer></div>
generated on 2013-04-15T18:32:42-05:00.<br></footer></div>
</div>
</body>
</html>

0 comments on commit 37a32ad

Please sign in to comment.