Closed
Bug 1564180
Opened 5 years ago
Closed 5 years ago
[jsdbg2] Integrate Debugger API docs with 'mach doc'
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: jimb, Assigned: loganfsmyth)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Right now, the Debugger
API is documented by files in js/src/doc/Debugger, with custom scripts in js/src/doc
to format them as HTML and post them to MDN. MDN no longer supports the API requests to update those pages, and we now have [firefox-source-docs.mozilla.org], which automatically posts documentation built from the source tree using mach doc
. The Debugger
API documentation should be switched to use mach doc
.
Updated•5 years ago
|
Priority: -- → P3
Updated•5 years ago
|
Whiteboard: [debugger-mvp]
Updated•5 years ago
|
Whiteboard: [debugger-mvp] → [debugger-reserve]
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → loganfsmyth
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by loganfsmyth@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/844f5970e243
Integrate SpiderMonkey docs with |mach doc|. r=jimb
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•