Skip to content

Commit

Permalink
add docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
harshn05 committed Jun 5, 2024
1 parent 7450893 commit a3dcdc9
Show file tree
Hide file tree
Showing 170 changed files with 13,101 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build
gccbuild
ninjabuild
docs
.vscode
.vscode
117 changes: 117 additions & 0 deletions docs/_m_t_engine_8cpp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.10.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>MTEngine: C:/Users/harshn/Desktop/MTEngine/MTEngine.cpp File 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" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.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 id="projectrow">
<td id="projectalign">
<div id="projectname">MTEngine
</div>
<div id="projectbrief">A random number generator engine for C++ based on the Mersenne Twister algorithm.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.10.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('_m_t_engine_8cpp.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
<div class="headertitle"><div class="title">C:/Users/harshn/Desktop/MTEngine/MTEngine.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &quot;<a class="el" href="_m_t_engine_8hpp_source.html">MTEngine.hpp</a>&quot;</code><br />
<code>#include &lt;iostream&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for MTEngine.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" frameborder="0" src="_m_t_engine_8cpp__incl.svg" width="628" height="203"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
<p><a href="_m_t_engine_8cpp_source.html">Go to the source code of this file.</a></p>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="_m_t_engine_8cpp.html">MTEngine.cpp</a></li>
<li class="footer">Generated on Wed Jun 5 2024 21:43:37 for MTEngine by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.10.0 </li>
</ul>
</div>
</body>
</html>
20 changes: 20 additions & 0 deletions docs/_m_t_engine_8cpp__incl.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<map id="C:/Users/harshn/Desktop/MTEngine/MTEngine.cpp" name="C:/Users/harshn/Desktop/MTEngine/MTEngine.cpp">
<area shape="rect" id="Node000001" title=" " alt="" coords="300,5,470,48"/>
<area shape="rect" id="Node000002" href="$_m_t_engine_8hpp.html" title=" " alt="" coords="289,96,393,123"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="376,50,358,83,353,81,371,47"/>
<area shape="rect" id="Node000008" title=" " alt="" coords="551,171,622,197"/>
<area shape="poly" id="edge9_Node000001_Node000008" title=" " alt="" coords="414,46,560,159,557,163,410,51"/>
<area shape="rect" id="Node000003" title=" " alt="" coords="5,171,80,197"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="289,126,96,172,94,167,288,121"/>
<area shape="rect" id="Node000004" title=" " alt="" coords="104,171,168,197"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="306,126,183,169,182,164,305,121"/>
<area shape="rect" id="Node000005" title=" " alt="" coords="192,171,248,197"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="321,126,256,165,253,160,319,121"/>
<area shape="rect" id="Node000006" title=" " alt="" coords="271,171,331,197"/>
<area shape="poly" id="edge5_Node000002_Node000006" title=" " alt="" coords="337,125,318,158,313,156,332,122"/>
<area shape="rect" id="Node000007" title=" " alt="" coords="356,171,406,197"/>
<area shape="poly" id="edge6_Node000002_Node000007" title=" " alt="" coords="350,122,369,156,365,158,346,125"/>
<area shape="poly" id="edge7_Node000002_Node000008" title=" " alt="" coords="385,121,537,165,535,170,383,126"/>
<area shape="rect" id="Node000009" title=" " alt="" coords="430,171,527,197"/>
<area shape="poly" id="edge8_Node000002_Node000009" title=" " alt="" coords="366,121,442,161,440,165,364,126"/>
</map>
1 change: 1 addition & 0 deletions docs/_m_t_engine_8cpp__incl.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86d117040d3865393c753080c39931ed
200 changes: 200 additions & 0 deletions docs/_m_t_engine_8cpp__incl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a3dcdc9

Please sign in to comment.