mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
38 lines
894 B
Cheetah
38 lines
894 B
Cheetah
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>JSDoc: <?js= title ?></title>
|
|
|
|
<script src="http://shjs.sourceforge.net/sh_main.min.js"> </script>
|
|
<script src="http://shjs.sourceforge.net/lang/sh_javascript.min.js"> </script>
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<link type="text/css" rel="stylesheet" href="styles/node-dark.css">
|
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<h1 class="page-title"><?js= title ?></h1>
|
|
|
|
<?js= content ?>
|
|
</div>
|
|
|
|
<nav>
|
|
<?js= this.nav ?>
|
|
</nav>
|
|
|
|
<br clear="both">
|
|
|
|
<footer>
|
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on <?js= (new Date()) ?>
|
|
</footer>
|
|
|
|
<script> sh_highlightDocument(); </script>
|
|
</body>
|
|
</html>
|