Skip to content

doc: Fix v8 doc headings so 'make doc' passes #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/v8.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module exposes events and interfaces specific to the version of [V8][]
built with node. These interfaces are subject to change by upstream and are
therefore not covered under the stability index.

### getHeapStatistics()
## getHeapStatistics()

Returns an object with the following properties

Expand All @@ -20,7 +20,7 @@ Returns an object with the following properties
}
```

### setFlagsFromString()
## setFlagsFromString()

Set additional V8 command line flags. Use with care; changing settings
after the VM has started may result in unpredictable behavior, including
Expand Down