mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
d16e1a4a4a
This updates our fork to match the latest code in jsdoc v4.0.0-dev. This was done by diffing our forked template against v3.5.5, then reapplying the same changes to the latest default template from v4.0.0-dev. Fixes #1312 (regex backtracking vulnerability in jsdoc template) Change-Id: I6bbac557ad45a443b0faa58be0842f2f30a85848
51 lines
1.4 KiB
Cheetah
51 lines
1.4 KiB
Cheetah
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>JSDoc: <?js= title ?></title>
|
|
|
|
<script src="scripts/prettify.js"> </script>
|
|
<script src="scripts/lang-css.js"> </script>
|
|
<script src="scripts/show-widget.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/tomorrow.min.css">
|
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<?js if (title.indexOf('Tutorial:') == -1) { ?>
|
|
<h1 class="page-title"><?js= title ?></h1>
|
|
<?js } ?>
|
|
|
|
<?js= content ?>
|
|
</div>
|
|
|
|
<nav>
|
|
<div id="showWidget">Show:
|
|
<select id="show" onchange="onShowChange()">
|
|
<option value="exported">exported</option>
|
|
<option value="public">public</option>
|
|
<option value="private">everything</option>
|
|
</select>
|
|
</div>
|
|
|
|
<?js= this.nav ?>
|
|
</nav>
|
|
|
|
<br class="clear">
|
|
|
|
<footer>
|
|
Documentation generated by <a href="https://github.com/jsdoc/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>
|
|
|
|
<script> initShowWidget(); </script>
|
|
<script> prettyPrint(); </script>
|
|
<script src="scripts/linenumber.js"> </script>
|
|
</body>
|
|
</html>
|