add new format for jsdoc
This commit is contained in:
parent
eeb2b01574
commit
7c96a53766
19 changed files with 2575 additions and 24 deletions
0
templates/initi2/tmpl/container.tmpl
Normal file
0
templates/initi2/tmpl/container.tmpl
Normal file
53
templates/initi2/tmpl/layout.tmpl
Normal file
53
templates/initi2/tmpl/layout.tmpl
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Initi documentation for GUI(2.9.1-develop) <?js= title ?></title>
|
||||
|
||||
<script src="scripts/prettify/prettify.js"> </script>
|
||||
<script src="scripts/prettify/lang-css.js"> </script>
|
||||
<script src="scripts/dd-menu.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/common.css">
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/dd-menu.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/explorer.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/members.css">
|
||||
<link type="text/css" rel="stylesheet" href="styles/mainpage.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script>
|
||||
document.body.style.display = "none";
|
||||
window.addEventListener("load", function () {
|
||||
document.body.style.display = "block";
|
||||
})
|
||||
</script>
|
||||
|
||||
<div id="main">
|
||||
|
||||
<h1 class="page-title"><?js= title ?></h1>
|
||||
|
||||
<?js= content ?>
|
||||
|
||||
<footer>
|
||||
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc <?js= env.version.number ?></a><?js if(env.conf.templates && env.conf.templates.default && env.conf.templates.default.includeDate !== false) { ?> on <?js= (new Date()) ?><?js } ?>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<nav>
|
||||
<?js= this.nav ?>
|
||||
</nav>
|
||||
|
||||
<br class="clear">
|
||||
|
||||
<script> prettyPrint(); </script>
|
||||
<script src="scripts/linenumber.js"> </script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue