mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
enabled by default. to disable pretty-printed source files, add the property templates.default.outputSourceFiles: false to your conf.json file.
8 lines
175 B
Cheetah
8 lines
175 B
Cheetah
<?js
|
|
var data = obj;
|
|
?>
|
|
<section>
|
|
<article>
|
|
<pre class="prettyprint source"><code><?js= data.code ?></code></pre>
|
|
</article>
|
|
</section> |