spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html in jazzy-0.0.15 vs spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html in jazzy-0.0.16
- old
+ new
@@ -1,16 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>URLRequestConvertible Protocol Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
- <link rel="stylesheet" type="text/css" href="../css/github_syntax_highlighting.css" />
+ <link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
+ <script type="text/javascript">
+ window.jazzy = {'docset': false}
+ if (typeof window.dash != 'undefined') {
+ document.documentElement.className += ' dash'
+ window.jazzy.docset = true
+ }
+ if (navigator.userAgent.match(/xcode/i)) {
+ document.documentElement.className += ' xcode'
+ window.jazzy.docset = true
+ }
+ </script>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body id="reference" class="Swift">
+ <a name="//apple_ref/swift/Protocol/URLRequestConvertible" class="dashAnchor"></a>
<a title="URLRequestConvertible Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p class="header-text"><a href="../index.html">Alamofire Docs</a> (40% documented)</p>
<p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
@@ -172,10 +184,11 @@
<ul class="task-group-list">
<li class="item symbol">
<div class="task-group-term">
<code>
<a name="/s:vP9Alamofire21URLRequestConvertible10URLRequestCSo12NSURLRequest">
+ <a name="//apple_ref/swift/Property/URLRequest" class="dashAnchor"></a>
<a class="x-instance-method Swift" href="#/s:vP9Alamofire21URLRequestConvertible10URLRequestCSo12NSURLRequest">URLRequest</a>
</code>
</div>
<div class="height-container">
<div class="pointy-thing-container"></div>
@@ -187,12 +200,11 @@
<div class="declaration">
<h4>Declaration</h4>
<div class="Swift">
<p class="aside-title">Swift</p>
- <p class="para">
- <code>var URLRequest: NSURLRequest { get }</code>
- </p>
+ <pre class="highlight"><code><span class="k">var</span> <span class="nv">URLRequest</span><span class="p">:</span> <span class="kt">NSURLRequest</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
+
</div>
</div>
<div class="result-description view-on-github">
<a href="https://github.com/Alamofire/Alamofire/blob/1.1.0/Source/Alamofire.swift#L201">Show on GitHub</a>
</div>