Skip to content

Commit 045f5fe

Browse files
aduh95juanarbol
authored andcommitted
tools: fix small inconsistencies in JSON doc output
PR-URL: #61757 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Aviv Keller <me@aviv.sh>
1 parent 539c9a9 commit 045f5fe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/api/report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<!-- type=misc -->
66

7-
> Stability: 2 - Stable
8-
97
<!-- name=report -->
108

119
<!-- YAML
@@ -18,6 +16,8 @@ changes:
1816
description: Added `--report-exclude-network` option for excluding networking operations that can slow down report generation in some cases.
1917
-->
2018

19+
> Stability: 2 - Stable
20+
2121
Delivers a JSON-formatted diagnostic summary, written to a file.
2222

2323
The report is intended for development, test, and production use, to capture

doc/api/synopsis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Usage and example
22

3-
## Usage
4-
53
<!--introduced_in=v0.10.0-->
64

75
<!--type=misc-->
86

7+
## Usage
8+
99
`node [options] [V8 options] [script.js | -e "script" | - ] [arguments]`
1010

1111
Please see the [Command-line options][] document for more information.

0 commit comments

Comments
 (0)