Stylesheet to hide protected members.

Source tags are also hidden here as they only provide the file name and not the complete path.  This should be fixed in JSDoc 3.
This commit is contained in:
Tim Schaub
2012-09-24 17:50:39 +02:00
parent 4b015f9962
commit 99e58cb8e0
3 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link type="text/css" rel="stylesheet" href="styles/apidoc.css">
</head>
<body>
+2 -2
View File
@@ -1,12 +1,12 @@
<dt>
<dt class="protected">
<h4 class="name" id="<?js= id ?>"><?js= data.attribs + name + data.signature ?></h4>
<?js if (data.summary) { ?>
<p class="summary"><?js= summary ?></p>
<?js } ?>
</dt>
<dd>
<dd class="protected">
<?js if (data.description) { ?>
<div class="description">
<?js= data.description ?>