1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>K-3D Developer Documentation</title>
<link rel="icon" type="image/png" href="k3d.png" />
<link rel="stylesheet" type="text/css" href="k3d.css" />
<link rel="stylesheet" type="text/css" href="developer.css" />
</head>
<body>
<%include file="navigation.html"/>
<div id="main">
<div id="left">
<h2><a href="docs/doxygen">C++ Reference Documentation</a></h2>
<p>The C++ reference documentation covers namespaces, classes, methods, and members, and is automatically
generated using <a href="http://www.doxygen.org">Doxygen</a>.</p>
<h2><a href="docs/epydoc">Python Reference Documentation</a></h2>
<p>The Python reference documentation is automatically generated using
<a href="http://epydoc.sourceforge.net/">Epydoc</a>.</p>
<h2><a href="http://www.k-3d.org/wiki/Developer_Documentation">Developers' Wiki</a></h2>
<p>The developers' section of the K-3D wiki covers lots of stuff.</p>
</div>
<div id="right">
</div>
</div>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"/>
<script type="text/javascript">
try { var pageTracker = _gat._getTracker("UA-3773195-5"); pageTracker._trackPageview(); } catch(err) { }
</script>
</body>
</html>
|