Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/terminal/xterm.js/jsdoc.json

Issue 2372303003: DevTools: introduce external service client (behind experiment). (Closed)
Patch Set: external linter Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "source": {
3 "include": [
4 "src/xterm.js",
5 "addons/attach/attach.js",
6 "addons/fit/fit.js",
7 "addons/fullscreen/fullscreen.js",
8 "addons/linkify/linkify.js"
9 ]
10 },
11 "opts": {
12 "readme": "README.md",
13 "template": "node_modules/docdash",
14 "encoding": "utf8",
15 "destination": "docs/",
16 "recurse": true,
17 "verbose": true
18 },
19 "plugins": [
20 "plugins/markdown"
21 ],
22 "templates": {
23 "cleverLinks": false,
24 "monospaceLinks": false
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698