doc: fix v8 doc headings so 'make doc' passes
authorMark Stosberg <mark@rideamigos.com>
Tue, 23 Dec 2014 16:07:31 +0000 (11:07 -0500)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 23 Dec 2014 14:29:18 +0000 (15:29 +0100)
commit0a8e9877080b7b552571456f5a13aab802156bdb
tree6c33aeb19b6fd616dae9d8bda3d1da19ee9fc058
parent00a7456c1958b0bf2db7b6cd42ffb598b29d3b41
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: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/v8.markdown