Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

minimal-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minimal-jsdoc - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

package.json
{
"name": "minimal-jsdoc",
"version": "0.0.2",
"version": "0.1.0",
"description": "Minimal template for JSDoc 3",

@@ -5,0 +5,0 @@ "main": "Gruntfile.js",

@@ -451,8 +451,2 @@ /*global env: true */

generate('Index',
packages.concat(
[{kind: 'mainpage', readme: opts.readme, longname: (opts.mainpagetitle) ? opts.mainpagetitle : 'Main Page'}]
).concat(files),
indexUrl);
// set up the lists that we'll use to generate pages

@@ -479,3 +473,4 @@ var classes = taffy(members.classes);

if (myNamespaces.length) {
generate('Namespace: ' + myNamespaces[0].name, myNamespaces, helper.longnameToUrl[longname]);
myNamespaces = [{readme: opts.readme}].concat(myNamespaces);
generate('Namespace: ' + myNamespaces[0].name, myNamespaces, 'index.html');
}

@@ -522,1 +517,2 @@

};

@@ -1,2 +0,2 @@

Minimal template for JSDoc 3
Minimal template for JSDoc 3 (Beta)
---

@@ -7,6 +7,4 @@ A minimal template for creating clean documentation for one-namespace libraries.

Currently, I need to fix a bug where index.html is blank. For now, you will need to visit YOURNAMESPACE.html for your documentation.
This is still a beta and hasn't been heavily field tested. The code is pretty dirty right now due to pure laziness. This should only be used if your library contains one name-space. Not sure what would happen if you added more that one. Haha.
This is still a beta and hasn't been heavily field tested.
Usage

@@ -20,3 +18,3 @@ ---

```
$ jsdoc -t .node_modules/minimal-jsdoc -c `configuration file` `source files` `README.md file`
$ jsdoc -t .node_modules/minimal-jsdoc -c `configuration file` `source files` --readme `README.md file`
```

@@ -23,0 +21,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc