gulp-yuidoc
Version:
A yuidoc plugin for Gulp
67 lines • 2.24 kB
JSON
{
"project": {},
"files": {
"lib/chalkreporter.js": {
"name": "lib/chalkreporter.js",
"modules": {},
"classes": {},
"fors": {},
"namespaces": {}
},
"lib/generator.js": {
"name": "lib/generator.js",
"modules": {},
"classes": {},
"fors": {},
"namespaces": {}
},
"lib/parser.js": {
"name": "lib/parser.js",
"modules": {},
"classes": {},
"fors": {},
"namespaces": {}
}
},
"modules": {},
"classes": {},
"classitems": [
{
"file": "lib/chalkreporter.js",
"line": 4,
"description": "This is a fancy reporter\nshamelessly stolen from sindresorhus @ https://github.com/sindresorhus/jshint-stylish\nunder MIT",
"unknowntag": "test",
"class": ""
},
{
"file": "lib/generator.js",
"line": 1,
"description": "This is the documentation generator\nEats-up a JSON doc file previously generated, and spit out a bunch of html files",
"class": ""
},
{
"file": "lib/parser.js",
"line": 1,
"description": "This is the document parser\nShould be fed an options object, a list of files and dirs",
"class": ""
}
],
"warnings": [
{
"message": "unknown tag: unknowntag",
"line": " lib/chalkreporter.js:4"
},
{
"message": "Missing item type\nThis is a fancy reporter\nshamelessly stolen from sindresorhus @ https://github.com/sindresorhus/jshint-stylish\nunder MIT",
"line": " lib/chalkreporter.js:4"
},
{
"message": "Missing item type\nThis is the documentation generator\nEats-up a JSON doc file previously generated, and spit out a bunch of html files",
"line": " lib/generator.js:1"
},
{
"message": "Missing item type\nThis is the document parser\nShould be fed an options object, a list of files and dirs",
"line": " lib/parser.js:1"
}
]
}