Skip to content

Commit

Permalink
fixes documentation for Anyline 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Albertini committed Mar 17, 2017
1 parent 8ca8ca5 commit 62d8cac
Show file tree
Hide file tree
Showing 323 changed files with 37,824 additions and 4,906 deletions.
49 changes: 45 additions & 4 deletions Documentation/iOS_Reference/HTML/Blocks/ALImageProviderBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>ALImageProviderBlock Block Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -59,22 +59,63 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">ALImageProviderBlock Block Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>ALImageProvider.h</td>
</tr>
</tbody></table></div>









<a title="Block Definition" name="instance_methods"></a>
<h4 class="method-subtitle parameter-title">Block Definition</h4>
<h3 class="subsubtitle method-title">ALImageProviderBlock</h3>


<div class="method-subsection brief-description">
<p>The block definition which will provide the callback for the next image.</p>
</div>



<code>typedef void (^ALImageProviderBlock) (ALImage *image, NSError *error)</code>











<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">ALImageProvider.h</code><br />
</div>



</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-16</p>
<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-17</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
129 changes: 125 additions & 4 deletions Documentation/iOS_Reference/HTML/Classes/ALBarcodeResult.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>ALBarcodeResult Class Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -43,10 +43,34 @@ <h1 id="library-title">
<select id="jump-to">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>




<option value="tasks">Tasks</option>





<optgroup label="Properties">

<option value="//api/name/barcodeFormat">barcodeFormat</option>

</optgroup>





<optgroup label="Instance Methods">

<option value="//api/name/initWithResult:image:fullImage:confidence:outline:barcodeFormat:">- initWithResult:image:fullImage:confidence:outline:barcodeFormat:</option>

</optgroup>


</select>
</label>
</li>
Expand All @@ -59,22 +83,119 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">ALBarcodeResult Class Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td><a href="../Classes/ALScanResult.html">ALScanResult</a></td>
</tr><tr>
<th>Conforms to</th>
<td>*<br />NSString</td>
</tr><tr>
<th>Declared in</th>
<td>AnylineBarcodeModuleView.h</td>
</tr>
</tbody></table></div>




<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>The result object for the AnylineBarcodeModule</p>
</div>





<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/barcodeFormat" title="barcodeFormat"></a>
<h3 class="method-title"><code><a href="#//api/name/barcodeFormat">&nbsp;&nbsp;barcodeFormat</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>The scanned barcode format</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, assign, readonly) ALBarcodeFormat barcodeFormat</code></div>















<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">AnylineBarcodeModuleView.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/initWithResult:image:fullImage:confidence:outline:barcodeFormat:" title="initWithResult:image:fullImage:confidence:outline:barcodeFormat:"></a>
<h3 class="method-title"><code><a href="#//api/name/initWithResult:image:fullImage:confidence:outline:barcodeFormat:">&ndash;&nbsp;initWithResult:image:fullImage:confidence:outline:barcodeFormat:</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection method-declaration"><code>- (instancetype)initWithResult:(NSString *)<em>result</em> image:(UIImage *)<em>image</em> fullImage:(UIImage *)<em>fullImage</em> confidence:(NSInteger)<em>confidence</em> outline:(ALSquare *)<em>outline</em> barcodeFormat:(ALBarcodeFormat)<em>barcodeFormat</em></code></div>


</div>
</div>
</div>
</div>

</div>






</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-16</p>
<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-17</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
42 changes: 38 additions & 4 deletions Documentation/iOS_Reference/HTML/Classes/ALContours.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>ALContours Class Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -43,10 +43,20 @@ <h1 id="library-title">
<select id="jump-to">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>













</select>
</label>
</li>
Expand All @@ -59,22 +69,46 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">ALContours Class Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Inherits from</th>
<td>NSObject</td>
</tr><tr>
<th>Declared in</th>
<td>ALContours.h</td>
</tr>
</tbody></table></div>




<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>ALContours hides an c++ vector with all contours found in an image.</p>
</div>










</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-16</p>
<p class="copyright">Copyright &copy; 2017 Anylinr GmbH. All rights reserved. Updated: 2017-03-17</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
Loading

0 comments on commit 62d8cac

Please sign in to comment.