diff options
| author | realtradam <[email protected]> | 2021-07-12 04:09:37 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-12 04:09:37 -0400 |
| commit | 4b903c3c50af8434b101feb7e84c32ef9cf3254e (patch) | |
| tree | 6470cfb7eb8d12cdbf958ed88276bf06b69dd15b /docs/file.version.html | |
| parent | aab35c0f098d695b7cf53c14a8b08a9b4a24550d (diff) | |
| download | FelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.tar.gz FelECS-4b903c3c50af8434b101feb7e84c32ef9cf3254e.zip | |
fixed doc compilation
Diffstat (limited to 'docs/file.version.html')
| -rw-r--r-- | docs/file.version.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/docs/file.version.html b/docs/file.version.html new file mode 100644 index 0000000..4bc29ad --- /dev/null +++ b/docs/file.version.html @@ -0,0 +1,74 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<title> + File: version + + — Documentation by YARD 0.9.26 + +</title> + + <link rel="stylesheet" href="css/style.css" type="text/css" /> + + <link rel="stylesheet" href="css/common.css" type="text/css" /> + +<script type="text/javascript"> + pathId = "version"; + relpath = ''; +</script> + + + <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> + + <script type="text/javascript" charset="utf-8" src="js/app.js"></script> + + + </head> + <body> + <div class="nav_wrap"> + <iframe id="nav" src="file_list.html?1"></iframe> + <div id="resizer"></div> + </div> + + <div id="main" tabindex="-1"> + <div id="header"> + <div id="menu"> + + <a href="_index.html">Index</a> » + <span class="title">File: version</span> + +</div> + + <div id="search"> + + <a class="full_list_link" id="class_list_link" + href="class_list.html"> + + <svg width="24" height="24"> + <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> + </svg> + </a> + +</div> + <div class="clear"></div> + </div> + + <div id="content"><div id='filecontents'><pre class="code ruby"><span class='comment'># frozen_string_literal: true +</span> +<span class='kw'>module</span> <span class='const'><span class='object_link'><a href="Felflame_.html" title="Felflame (module)">Felflame</a></span></span> + <span class='const'>VERSION</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>2.0.0</span><span class='tstring_end'>"</span></span> +<span class='kw'>end</span></pre></div></div> + + <div id="footer"> + Generated on Mon Jul 12 04:04:48 2021 by + <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> + 0.9.26 (ruby-2.7.3). +</div> + + </div> + </body> +</html>
\ No newline at end of file |
