summaryrefslogtreecommitdiff
path: root/com/snilius/aboutit/AboutIt.html
diff options
context:
space:
mode:
Diffstat (limited to 'com/snilius/aboutit/AboutIt.html')
-rw-r--r--com/snilius/aboutit/AboutIt.html295
1 files changed, 116 insertions, 179 deletions
diff --git a/com/snilius/aboutit/AboutIt.html b/com/snilius/aboutit/AboutIt.html
index 5882519..b2ce30f 100644
--- a/com/snilius/aboutit/AboutIt.html
+++ b/com/snilius/aboutit/AboutIt.html
@@ -2,38 +2,25 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (1.8.0_172) on Thu Jul 26 23:34:39 CEST 2018 -->
-<title>AboutIt (aboutit 1.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-26">
+<!-- Generated by javadoc (version 1.7.0_79) on Sat Oct 10 21:00:00 CEST 2015 -->
+<title>AboutIt (AboutIt)</title>
+<meta name="date" content="2015-10-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
-<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
- try {
- if (location.href.indexOf('is-external=true') == -1) {
- parent.document.title="AboutIt (aboutit 1.2.3-SNAPSHOT API)";
- }
- }
- catch(err) {
+ if (location.href.indexOf('is-external=true') == -1) {
+ parent.document.title="AboutIt (AboutIt)";
}
//-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="topNav"><a name="navbar.top">
+<div class="topNav"><a name="navbar_top">
<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.top.firstrow">
+</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -47,15 +34,15 @@ var activeTableTab = "activeTableTab";
</div>
<div class="subNav">
<ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../com/snilius/aboutit/CustomLicense.html" title="class in com.snilius.aboutit"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../com/snilius/aboutit/CustomLicense.html" title="class in com.snilius.aboutit"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/snilius/aboutit/AboutIt.html" target="_top">Frames</a></li>
-<li><a href="AboutIt.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="AboutIt.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
-<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -74,17 +61,17 @@ var activeTableTab = "activeTableTab";
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
</ul>
</div>
-<a name="skip.navbar.top">
+<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
@@ -95,7 +82,7 @@ var activeTableTab = "activeTableTab";
</div>
<div class="contentContainer">
<ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>com.snilius.aboutit.AboutIt</li>
@@ -107,24 +94,21 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<hr>
<br>
-<pre>public class <span class="typeNameLabel">AboutIt</span>
-extends java.lang.Object</pre>
+<pre>public class <span class="strong">AboutIt</span>
+extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block"><h1>AboutIt</h1>
A About-page creator
<pre>
- <code>
- new AboutIt(this).app(R.string.app_name)
+ <code>new AboutIt(this).app(R.string.app_name)
.buildInfo(BuildConfig.DEBUG, BuildConfig.VERSION_CODE, BuildConfig.VERSION_NAME)
.copyright("Example Business")
.libLicense("AboutIt", "Victor Häggqvist", L.AP2, "https://github.com/victorhaggqvist/aboutit")
.toTextView(R.id.about_text);
</code>
</pre></div>
-<dl>
-<dt><span class="simpleTagLabel">Since:</span></dt>
-<dd>12/29/14</dd>
-</dl>
+<dl><dt><span class="strong">Since:</span></dt>
+ <dd>12/29/14</dd></dl>
</li>
</ul>
</div>
@@ -133,17 +117,17 @@ extends java.lang.Object</pre>
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
-<li class="blockList"><a name="constructor.summary">
+<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#AboutIt-android.app.Activity-">AboutIt</a></span>(android.app.Activity&nbsp;activity)</code>
+<td class="colOne"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#AboutIt(android.app.Activity)">AboutIt</a></strong>(<a href="http://d.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;activity)</code>
<div class="block">Create a page generator</div>
</td>
</tr>
@@ -152,100 +136,100 @@ extends java.lang.Object</pre>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
-<li class="blockList"><a name="method.summary">
+<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
-<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
+<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
-<tr id="i0" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#app-int-">app</a></span>(int&nbsp;stringResource)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#app(int)">app</a></strong>(int&nbsp;stringResource)</code>
<div class="block">App name to display</div>
</td>
</tr>
-<tr id="i1" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#app-java.lang.String-">app</a></span>(java.lang.String&nbsp;appName)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#app(java.lang.String)">app</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appName)</code>
<div class="block">App name to display</div>
</td>
</tr>
-<tr id="i2" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#buildInfo-boolean-int-java.lang.String-">buildInfo</a></span>(boolean&nbsp;debug,
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#buildInfo(boolean,%20int,%20java.lang.String)">buildInfo</a></strong>(boolean&nbsp;debug,
int&nbsp;versionCode,
- java.lang.String&nbsp;versionName)</code>
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;versionName)</code>
<div class="block">App build info.</div>
</td>
</tr>
-<tr id="i3" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#copyright-java.lang.String-">copyright</a></span>(java.lang.String&nbsp;copyright)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#copyright(java.lang.String)">copyright</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;copyright)</code>
<div class="block">Copyright name</div>
</td>
</tr>
-<tr id="i4" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#description-int-">description</a></span>(int&nbsp;stringResource)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#description(int)">description</a></strong>(int&nbsp;stringResource)</code>
<div class="block">A longer description</div>
</td>
</tr>
-<tr id="i5" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#description-java.lang.String-">description</a></span>(java.lang.String&nbsp;description)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#description(java.lang.String)">description</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</code>
<div class="block">A longer description</div>
</td>
</tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#getVersionString--">getVersionString</a></span>()</code>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#getVersionString()">getVersionString</a></strong>()</code>
<div class="block">Get a baked version string.</div>
</td>
</tr>
-<tr id="i7" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense-com.snilius.aboutit.AboutIt.Lib-">libLicense</a></span>(com.snilius.aboutit.AboutIt.Lib&nbsp;library)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense(com.snilius.aboutit.AboutIt.Lib)">libLicense</a></strong>(com.snilius.aboutit.AboutIt.Lib&nbsp;library)</code>
<div class="block">Add a library to the list</div>
</td>
</tr>
-<tr id="i8" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense-java.lang.String-java.lang.String-com.snilius.aboutit.L-java.lang.String-">libLicense</a></span>(java.lang.String&nbsp;name,
- java.lang.String&nbsp;author,
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#libLicense(java.lang.String,%20java.lang.String,%20com.snilius.aboutit.L,%20java.lang.String)">libLicense</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
<a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;license,
- java.lang.String&nbsp;url)</code>
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</code>
<div class="block">Add a library to the list</div>
</td>
</tr>
-<tr id="i9" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#release-java.lang.String-">release</a></span>(java.lang.String&nbsp;releaseName)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#release(java.lang.String)">release</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;releaseName)</code>
<div class="block">Set a custom release name.</div>
</td>
</tr>
-<tr id="i10" class="altColor">
+<tr class="altColor">
<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#toTextView-int-">toTextView</a></span>(int&nbsp;about_text)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#toTextView(int)">toTextView</a></strong>(int&nbsp;about_text)</code>
<div class="block">Generate text and put in @ref{about_text}</div>
</td>
</tr>
-<tr id="i11" class="rowColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/snilius/aboutit/AboutIt.html#year-int-">year</a></span>(int&nbsp;year)</code>
+<td class="colLast"><code><strong><a href="../../../com/snilius/aboutit/AboutIt.html#year(int)">year</a></strong>(int&nbsp;year)</code>
<div class="block">Start copyright year.</div>
</td>
</tr>
</table>
<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
@@ -257,77 +241,66 @@ extends java.lang.Object</pre>
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
-<li class="blockList"><a name="constructor.detail">
+<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
-<a name="AboutIt-android.app.Activity-">
+<a name="AboutIt(android.app.Activity)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AboutIt</h4>
-<pre>public&nbsp;AboutIt(android.app.Activity&nbsp;activity)</pre>
+<pre>public&nbsp;AboutIt(<a href="http://d.android.com/reference/android/app/Activity.html?is-external=true" title="class or interface in android.app">Activity</a>&nbsp;activity)</pre>
<div class="block">Create a page generator</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>activity</code> - The about page activity</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>activity</code> - The about page activity</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
-<li class="blockList"><a name="method.detail">
+<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
-<a name="toTextView-int-">
+<a name="toTextView(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toTextView</h4>
-<pre>public&nbsp;void&nbsp;toTextView(int&nbsp;about_text)</pre>
+<pre>public&nbsp;void&nbsp;toTextView(<a href="http://d.android.com/reference/android/support/annotation/IdRes.html?is-external=true" title="class or interface in android.support.annotation">@IdRes</a>
+ int&nbsp;about_text)</pre>
<div class="block">Generate text and put in @ref{about_text}</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>about_text</code> - Resource it of destination TextView</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>about_text</code> - Resource it of destination TextView</dd></dl>
</li>
</ul>
-<a name="getVersionString--">
+<a name="getVersionString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersionString</h4>
-<pre>public&nbsp;java.lang.String&nbsp;getVersionString()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getVersionString()</pre>
<div class="block">Get a baked version string.
Version string is build from build info and release name
It will look something like '1.42 (42-debug)'</div>
-<dl>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>baked version string</dd>
-</dl>
+<dl><dt><span class="strong">Returns:</span></dt><dd>baked version string</dd></dl>
</li>
</ul>
-<a name="copyright-java.lang.String-">
+<a name="copyright(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyright</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;copyright(java.lang.String&nbsp;copyright)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;copyright(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;copyright)</pre>
<div class="block">Copyright name</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>copyright</code> - Name</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>copyright</code> - Name</dd></dl>
</li>
</ul>
-<a name="year-int-">
+<a name="year(int)">
<!-- -->
</a>
<ul class="blockList">
@@ -336,35 +309,24 @@ extends java.lang.Object</pre>
<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;year(int&nbsp;year)</pre>
<div class="block">Start copyright year.
If there is no start year no year will be displayed at all.</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>year</code> - Year</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>year</code> - Year</dd></dl>
</li>
</ul>
-<a name="libLicense-java.lang.String-java.lang.String-com.snilius.aboutit.L-java.lang.String-">
+<a name="libLicense(java.lang.String, java.lang.String, com.snilius.aboutit.L, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>libLicense</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;libLicense(java.lang.String&nbsp;name,
- java.lang.String&nbsp;author,
- <a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;license,
- java.lang.String&nbsp;url)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;libLicense(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;author,
+ <a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit">L</a>&nbsp;license,
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;url)</pre>
<div class="block">Add a library to the list</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>name</code> - Name of Library</dd>
-<dd><code>author</code> - Author of library</dd>
-<dd><code>license</code> - Library license, defined by L</dd>
-<dd><code>url</code> - Url to or otherwise reference to library</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit"><code>L</code></a></dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - Name of Library</dd><dd><code>author</code> - Author of library</dd><dd><code>license</code> - Library license, defined by L</dd><dd><code>url</code> - Url to or otherwise reference to library</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/snilius/aboutit/L.html" title="enum in com.snilius.aboutit"><code>L</code></a></dd></dl>
</li>
</ul>
-<a name="libLicense-com.snilius.aboutit.AboutIt.Lib-">
+<a name="libLicense(com.snilius.aboutit.AboutIt.Lib)">
<!-- -->
</a>
<ul class="blockList">
@@ -372,101 +334,78 @@ extends java.lang.Object</pre>
<h4>libLicense</h4>
<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;libLicense(com.snilius.aboutit.AboutIt.Lib&nbsp;library)</pre>
<div class="block">Add a library to the list</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>library</code> - A library build with LibBuilder</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>library</code> - A library build with LibBuilder</dd></dl>
</li>
</ul>
-<a name="app-int-">
+<a name="app(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>app</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(int&nbsp;stringResource)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(<a href="http://d.android.com/reference/android/support/annotation/StringRes.html?is-external=true" title="class or interface in android.support.annotation">@StringRes</a>
+ int&nbsp;stringResource)</pre>
<div class="block">App name to display</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>stringResource</code> - A string resource id</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stringResource</code> - A string resource id</dd></dl>
</li>
</ul>
-<a name="app-java.lang.String-">
+<a name="app(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>app</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(java.lang.String&nbsp;appName)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;app(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appName)</pre>
<div class="block">App name to display</div>
-<dl>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../com/snilius/aboutit/AboutIt.html#app-int-"><code>app(int)</code></a></dd>
-</dl>
+<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/snilius/aboutit/AboutIt.html#app(int)"><code>app(int)</code></a></dd></dl>
</li>
</ul>
-<a name="release-java.lang.String-">
+<a name="release(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>release</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;release(java.lang.String&nbsp;releaseName)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;release(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;releaseName)</pre>
<div class="block">Set a custom release name. Override the default name eg. beta</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>releaseName</code> - The release name</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>releaseName</code> - The release name</dd></dl>
</li>
</ul>
-<a name="buildInfo-boolean-int-java.lang.String-">
+<a name="buildInfo(boolean, int, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildInfo</h4>
<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;buildInfo(boolean&nbsp;debug,
- int&nbsp;versionCode,
- java.lang.String&nbsp;versionName)</pre>
+ int&nbsp;versionCode,
+ <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;versionName)</pre>
<div class="block">App build info. To be used in conjunction with the BuildConfig class
<code>.buildInfo(BuildConfig.DEBUG, BuildConfig.VERSION_CODE, BuildConfig.VERSION_NAME)</code></div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>debug</code> - If is debug build</dd>
-<dd><code>versionCode</code> - Version code</dd>
-<dd><code>versionName</code> - Version name</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>debug</code> - If is debug build</dd><dd><code>versionCode</code> - Version code</dd><dd><code>versionName</code> - Version name</dd></dl>
</li>
</ul>
-<a name="description-int-">
+<a name="description(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>description</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(int&nbsp;stringResource)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(<a href="http://d.android.com/reference/android/support/annotation/StringRes.html?is-external=true" title="class or interface in android.support.annotation">@StringRes</a>
+ int&nbsp;stringResource)</pre>
<div class="block">A longer description</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>stringResource</code> - A string resource id</dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>stringResource</code> - A string resource id</dd></dl>
</li>
</ul>
-<a name="description-java.lang.String-">
+<a name="description(java.lang.String)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>description</h4>
-<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(java.lang.String&nbsp;description)</pre>
+<pre>public&nbsp;<a href="../../../com/snilius/aboutit/AboutIt.html" title="class in com.snilius.aboutit">AboutIt</a>&nbsp;description(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;description)</pre>
<div class="block">A longer description</div>
-<dl>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>description</code> - The description</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><a href="../../../com/snilius/aboutit/AboutIt.html#description-int-"><code>description(int)</code></a></dd>
-</dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>description</code> - The description</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../com/snilius/aboutit/AboutIt.html#description(int)"><code>description(int)</code></a></dd></dl>
</li>
</ul>
</li>
@@ -477,11 +416,9 @@ extends java.lang.Object</pre>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
-<div class="bottomNav"><a name="navbar.bottom">
+<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
-</a>
-<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
-<a name="navbar.bottom.firstrow">
+</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
@@ -495,15 +432,15 @@ extends java.lang.Object</pre>
</div>
<div class="subNav">
<ul class="navList">
-<li>Prev&nbsp;Class</li>
-<li><a href="../../../com/snilius/aboutit/CustomLicense.html" title="class in com.snilius.aboutit"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li>Prev Class</li>
+<li><a href="../../../com/snilius/aboutit/CustomLicense.html" title="class in com.snilius.aboutit"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/snilius/aboutit/AboutIt.html" target="_top">Frames</a></li>
-<li><a href="AboutIt.html" target="_top">No&nbsp;Frames</a></li>
+<li><a href="AboutIt.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
-<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
+<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
@@ -522,17 +459,17 @@ extends java.lang.Object</pre>
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.summary">Method</a></li>
+<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method.detail">Method</a></li>
+<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">Method</a></li>
</ul>
</div>
-<a name="skip.navbar.bottom">
+<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->