Commit 0a8e9877 authored by Mark Stosberg's avatar Mark Stosberg Committed by Ben Noordhuis
Browse files

doc: fix v8 doc headings so 'make doc' passes

Previously the code that builds the Table of Contents threw
an exception because of jump from an H1 heading directly to an H3
heading.

By changing the H3 heading to an H2, 'make doc' works again. This is
also consistent with other docs like console.markdown which use
H2 for method call documentation.

PR-URL: https://github.com/iojs/io.js/pull/203


Reviewed-By: default avatarBen Noordhuis <info@bnoordhuis.nl>
parent 00a7456c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment