@qubit-ltd/jsdoc-theme 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tmpl/container.tmpl +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qubit-ltd/jsdoc-theme",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "A customized JSDoc theme based on clean-jsdoc-theme, enhanced with properties table and constructor detection features for Qubit projects.",
|
|
5
5
|
"main": "publish.js",
|
|
6
6
|
"author": "Haixing Hu (starfish.hu@gmail.com)",
|
package/tmpl/container.tmpl
CHANGED
|
@@ -10,11 +10,6 @@
|
|
|
10
10
|
isGlobalPage = (doc.kind === 'globalobj');
|
|
11
11
|
}
|
|
12
12
|
?>
|
|
13
|
-
<div style="background: yellow; padding: 10px; margin: 10px; border: 1px solid red;">
|
|
14
|
-
DEBUG: doc.kind = <?js= doc.kind ?><br>
|
|
15
|
-
DEBUG: packageInfo = <?js= JSON.stringify(packageInfo) ?><br>
|
|
16
|
-
DEBUG: typeof packageInfo = <?js= typeof packageInfo ?>
|
|
17
|
-
</div>
|
|
18
13
|
<?js if (doc.kind === 'mainpage' || (doc.kind === 'package')) { ?>
|
|
19
14
|
<?js if (packageInfo && packageInfo.version) { ?>
|
|
20
15
|
<div class="package-version-info">
|