-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from sushihangover/docs
API Reference documentation
- Loading branch information
Showing
41 changed files
with
5,105 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.nuget-badge code { | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
background-color: #202020; | ||
border: 4px solid silver; | ||
border-radius: 5px; | ||
box-shadow: 2px 2px 3px #6e6e6e; | ||
color: #e2e2e2; | ||
display: block; | ||
font: 1.0em 'andale mono', 'lucida console', monospace; | ||
line-height: 1.5em; | ||
overflow: auto; | ||
padding: 15px | ||
} | ||
|
||
.nuget-badge code::before { | ||
content: "PM> " | ||
} | ||
|
||
.code { | ||
-moz-border-radius: 5px; | ||
-webkit-border-radius: 5px; | ||
background-color: #202020; | ||
border: 4px solid silver; | ||
border-radius: 5px; | ||
box-shadow: 2px 2px 3px #6e6e6e; | ||
color: #e2e2e2; | ||
display: block; | ||
font: 1.0em 'andale mono', 'lucida console', monospace; | ||
line-height: 1.5em; | ||
overflow: auto; | ||
padding: 15px | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- HTML footer for doxygen 1.8.9.1--> | ||
<!-- start footer part --> | ||
<!--BEGIN GENERATE_TREEVIEW--> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
$navpath | ||
<li class="footer">$generatedby | ||
<a href="http://www.doxygen.org/index.html"> | ||
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li> | ||
</ul> | ||
</div> | ||
<!--END GENERATE_TREEVIEW--> | ||
<!--BEGIN !GENERATE_TREEVIEW--> | ||
<hr class="footer"/><address class="footer"><small>© 2016 SushiHangover\RobertN. All rights reserved.<br /> | ||
$generatedby   | ||
<a href="http://www.doxygen.org/index.html"> | ||
<img class="footer" src="doxygen.png" alt="doxygen"> | ||
</a> | ||
$doxygenversion | ||
</small></address> | ||
<!--END !GENERATE_TREEVIEW--> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!-- HTML header for doxygen 1.8.9.1 | ||
Converted manually by Andy Dent to be HTML 5 instead of XHTML | ||
--> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9" /> | ||
<meta name="generator" content="Doxygen $doxygenversion" /> | ||
<link rel="icon" href="https://realm.io/img/favicon.ico" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://realm.io/img/favicon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://realm.io/img/favicon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://realm.io/img/favicon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://realm.io/img/favicon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://realm.io/img/favicon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://realm.io/img/favicon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-16x16.png" sizes="16x16" /> | ||
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> | ||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> | ||
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="$relpath^jquery.js"></script> | ||
<script type="text/javascript" src="$relpath^dynsections.js"></script> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-50247013-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
$treeview | ||
$search | ||
$mathjax | ||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> | ||
$extrastylesheet | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
|
||
<!--BEGIN TITLEAREA--> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<!--BEGIN PROJECT_LOGO--> | ||
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo" /></td> | ||
<!--END PROJECT_LOGO--> | ||
<!--BEGIN PROJECT_NAME--> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectname">$projectname | ||
<!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> | ||
</div> | ||
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> | ||
</td> | ||
<!--END PROJECT_NAME--> | ||
<!--BEGIN !PROJECT_NAME--> | ||
<!--BEGIN PROJECT_BRIEF--> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectbrief">$projectbrief</div> | ||
</td> | ||
<!--END PROJECT_BRIEF--> | ||
<!--END !PROJECT_NAME--> | ||
<!--BEGIN DISABLE_INDEX--> | ||
<!--BEGIN SEARCHENGINE--> | ||
<td>$searchbox</td> | ||
<!--END SEARCHENGINE--> | ||
<!--END DISABLE_INDEX--> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!--END TITLEAREA--> | ||
<!-- end header part --> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!-- HTML header for doxygen 1.8.9.1 | ||
Converted manually by Andy Dent to be HTML 5 instead of XHTML | ||
--> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9" /> | ||
<meta name="generator" content="Doxygen 1.8.12" /> | ||
<link rel="icon" href="https://realm.io/img/favicon.ico" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://realm.io/img/favicon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://realm.io/img/favicon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://realm.io/img/favicon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://realm.io/img/favicon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://realm.io/img/favicon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://realm.io/img/favicon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-16x16.png" sizes="16x16" /> | ||
<title>SushiHangover.RealmJson.Extensions: Doxygen Directory Reference</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-50247013-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="extra.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<td id="projectlogo"><img alt="Logo" src="icon.png" /></td> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectname">SushiHangover.RealmJson.Extensions | ||
</div> | ||
<div id="projectbrief">Extension Methods for adding JSON APIs to a Realm Instance.</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.8.12 --> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
$(function() { | ||
initMenu('',false,false,'search.php','Search'); | ||
}); | ||
</script> | ||
<div id="main-nav"></div> | ||
<div id="nav-path" class="navpath"> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_1148ebc2b25b55095aebf6f4cbb6efca.html">Doxygen</a></li> </ul> | ||
</div> | ||
</div><!-- top --> | ||
<div class="header"> | ||
<div class="headertitle"> | ||
<div class="title">Doxygen Directory Reference</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
</div><!-- contents --> | ||
<!-- HTML footer for doxygen 1.8.9.1--> | ||
<!-- start footer part --> | ||
<hr class="footer"/><address class="footer"><small>© 2016 SushiHangover\RobertN. All rights reserved.<br /> | ||
Generated by   | ||
<a href="http://www.doxygen.org/index.html"> | ||
<img class="footer" src="doxygen.png" alt="doxygen"> | ||
</a> | ||
1.8.12 | ||
</small></address> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
<!-- HTML header for doxygen 1.8.9.1 | ||
Converted manually by Andy Dent to be HTML 5 instead of XHTML | ||
--> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9" /> | ||
<meta name="generator" content="Doxygen 1.8.12" /> | ||
<link rel="icon" href="https://realm.io/img/favicon.ico" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://realm.io/img/favicon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://realm.io/img/favicon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://realm.io/img/favicon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://realm.io/img/favicon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://realm.io/img/favicon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://realm.io/img/favicon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-16x16.png" sizes="16x16" /> | ||
<title>SushiHangover.RealmJson.Extensions: src Directory Reference</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-50247013-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="extra.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<td id="projectlogo"><img alt="Logo" src="icon.png" /></td> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectname">SushiHangover.RealmJson.Extensions | ||
</div> | ||
<div id="projectbrief">Extension Methods for adding JSON APIs to a Realm Instance.</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.8.12 --> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
$(function() { | ||
initMenu('',false,false,'search.php','Search'); | ||
}); | ||
</script> | ||
<div id="main-nav"></div> | ||
<div id="nav-path" class="navpath"> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li> </ul> | ||
</div> | ||
</div><!-- top --> | ||
<div class="header"> | ||
<div class="headertitle"> | ||
<div class="title">src Directory Reference</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
<table class="memberdecls"> | ||
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a> | ||
Directories</h2></td></tr> | ||
</table> | ||
</div><!-- contents --> | ||
<!-- HTML footer for doxygen 1.8.9.1--> | ||
<!-- start footer part --> | ||
<hr class="footer"/><address class="footer"><small>© 2016 SushiHangover\RobertN. All rights reserved.<br /> | ||
Generated by   | ||
<a href="http://www.doxygen.org/index.html"> | ||
<img class="footer" src="doxygen.png" alt="doxygen"> | ||
</a> | ||
1.8.12 | ||
</small></address> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!-- HTML header for doxygen 1.8.9.1 | ||
Converted manually by Andy Dent to be HTML 5 instead of XHTML | ||
--> | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9" /> | ||
<meta name="generator" content="Doxygen 1.8.12" /> | ||
<link rel="icon" href="https://realm.io/img/favicon.ico" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://realm.io/img/favicon-57x57.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://realm.io/img/favicon-114x114.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://realm.io/img/favicon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://realm.io/img/favicon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://realm.io/img/favicon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="https://realm.io/img/favicon-152x152.png" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-32x32.png" sizes="32x32" /> | ||
<link rel="icon" type="image/png" href="https://realm.io/img/favicon-16x16.png" sizes="16x16" /> | ||
<title>SushiHangover.RealmJson.Extensions: src/RealmJson.Extensions Directory Reference</title> | ||
<link href="tabs.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript" src="dynsections.js"></script> | ||
<script type="text/javascript"> | ||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
ga('create', 'UA-50247013-1', 'auto'); | ||
ga('send', 'pageview'); | ||
</script> | ||
<link href="doxygen.css" rel="stylesheet" type="text/css" /> | ||
<link href="extra.css" rel="stylesheet" type="text/css"/> | ||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<td id="projectlogo"><img alt="Logo" src="icon.png" /></td> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectname">SushiHangover.RealmJson.Extensions | ||
</div> | ||
<div id="projectbrief">Extension Methods for adding JSON APIs to a Realm Instance.</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.8.12 --> | ||
<script type="text/javascript" src="menudata.js"></script> | ||
<script type="text/javascript" src="menu.js"></script> | ||
<script type="text/javascript"> | ||
$(function() { | ||
initMenu('',false,false,'search.php','Search'); | ||
}); | ||
</script> | ||
<div id="main-nav"></div> | ||
<div id="nav-path" class="navpath"> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_81692ea059f90dfc3a4a8d72e861a8a1.html">RealmJson.Extensions</a></li> </ul> | ||
</div> | ||
</div><!-- top --> | ||
<div class="header"> | ||
<div class="headertitle"> | ||
<div class="title">RealmJson.Extensions Directory Reference</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
</div><!-- contents --> | ||
<!-- HTML footer for doxygen 1.8.9.1--> | ||
<!-- start footer part --> | ||
<hr class="footer"/><address class="footer"><small>© 2016 SushiHangover\RobertN. All rights reserved.<br /> | ||
Generated by   | ||
<a href="http://www.doxygen.org/index.html"> | ||
<img class="footer" src="doxygen.png" alt="doxygen"> | ||
</a> | ||
1.8.12 | ||
</small></address> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.