Skip to content

Commit

Permalink
new Doxygen docs for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
Amx User committed May 16, 2018
1 parent 4eed5e8 commit e96c4e4
Show file tree
Hide file tree
Showing 296 changed files with 11,202 additions and 9,230 deletions.
19 changes: 15 additions & 4 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = OpenIG
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 2.0.4
PROJECT_NUMBER = 2.0.7

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand All @@ -51,7 +51,7 @@ PROJECT_BRIEF = "cross-platform open-source OpenSceneGraph Image Genera
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = C:/Users/Nick/Dev/OpenIG-2.1.0/doc/openig_logo.png
PROJECT_LOGO = ./doc/openig_logo.png

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
Expand Down Expand Up @@ -771,17 +771,28 @@ WARN_LOGFILE =
INPUT = \
./Core-Base/Animation.h \
./Core-Base/Commands.h \
./Core-Base/Config.h \
./Core-Base/Configuration.h \
./Core-Base/Export.h \
./Core-Base/FileSystem.h \
./Core-Base/IDPool.h \
./Core-Base/IGCore.h \
./Core-Base/ImageGenerator.h \
./Core-Base/Mathematics.h \
./Core-Base/StringUtils.h \
./Core-PluginBase/Plugin.h \
./Core-Base/Types.h \
./Core-PluginBase/Config.h \
./Core-PluginBase/Export.h \
./Core-PluginBase/IGPluginCore.h \
./Core-PluginBase/PluginContext.h \
./Core-PluginBase/Plugin.h \
./Core-PluginBase/PluginHost.h \
./Core-PluginBase/PluginOperation.h \
./Core-OpenIG/Engine.h
./Core-OpenIG/Config.h \
./Core-OpenIG/Engine.h \
./Core-OpenIG/Export.h \
./Core-OpenIG/Keypad.h \
./Core-OpenIG/RenderBins.h

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down
64 changes: 23 additions & 41 deletions doc/html/_animation_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
<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.9.1"/>
<title>OpenIG: C:/Users/Nick/Dev/OpenIG-2.1.0/Core-Base/Animation.h File Reference</title>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OpenIG: Core-Base/Animation.h 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>
<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>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
Expand All @@ -23,9 +21,9 @@
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="openig_logo.png"/></td>
<td style="padding-left: 0.5em;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OpenIG
&#160;<span id="projectnumber">2.0.4</span>
&#160;<span id="projectnumber">2.0.7</span>
</div>
<div id="projectbrief">cross-platform open-source OpenSceneGraph Image Generator</div>
</td>
Expand All @@ -34,38 +32,22 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
</ul>
</div>
<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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
Expand Down Expand Up @@ -134,13 +116,13 @@
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr class="memitem:a20bce030649f2b72e19f63554426a942"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a20bce030649f2b72e19f63554426a942"></a>
<tr class="memitem:a20bce030649f2b72e19f63554426a942"><td class="memItemLeft" align="right" valign="top"><a id="a20bce030649f2b72e19f63554426a942"></a>
typedef std::map&lt; std::string, osg::ref_ptr&lt; AnimationSequencePlaybackCallback &gt; &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>OpenIG::Base::AnimationSequenceCallbacks</b></td></tr>
<tr class="separator:a20bce030649f2b72e19f63554426a942"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa295eddfd108a0ebbccf5d739ae2e6b5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa295eddfd108a0ebbccf5d739ae2e6b5"></a>
<tr class="memitem:aa295eddfd108a0ebbccf5d739ae2e6b5"><td class="memItemLeft" align="right" valign="top"><a id="aa295eddfd108a0ebbccf5d739ae2e6b5"></a>
typedef std::map&lt; std::string, osg::ref_ptr&lt; AnimationSequencePlaybackCallback &gt; &gt;::iterator&#160;</td><td class="memItemRight" valign="bottom"><b>OpenIG::Base::AnimationSequenceCallbacksIterator</b></td></tr>
<tr class="separator:aa295eddfd108a0ebbccf5d739ae2e6b5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab740f00586e80f369440cd023a2b2374"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab740f00586e80f369440cd023a2b2374"></a>
<tr class="memitem:ab740f00586e80f369440cd023a2b2374"><td class="memItemLeft" align="right" valign="top"><a id="ab740f00586e80f369440cd023a2b2374"></a>
typedef std::map&lt; std::string, osg::ref_ptr&lt; AnimationSequencePlaybackCallback &gt; &gt;::const_iterator&#160;</td><td class="memItemRight" valign="bottom"><b>OpenIG::Base::AnimationSequenceCallbacksConstIterator</b></td></tr>
<tr class="separator:ab740f00586e80f369440cd023a2b2374"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
Expand All @@ -160,9 +142,9 @@
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Nov 21 2016 22:44:32 for OpenIG by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Wed May 16 2018 15:41:11 for OpenIG by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</a> 1.8.14
</small></address>
</body>
</html>
Loading

0 comments on commit e96c4e4

Please sign in to comment.