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:
Vendored
+1
-1
@@ -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>
|
||||
|
||||
Vendored
+2
-2
@@ -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 ?>
|
||||
|
||||
Reference in New Issue
Block a user