From: isaacs Date: Sun, 4 Mar 2012 06:58:29 +0000 (-0800) Subject: doc: Don't prune Stability indicators X-Git-Tag: v0.6.13~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1742c93d7fac20112b7fa60f9b93bfc680b913a;p=platform%2Fupstream%2Fnodejs.git doc: Don't prune Stability indicators --- diff --git a/tools/doc/html.js b/tools/doc/html.js index 0ffedb1..0426198 100644 --- a/tools/doc/html.js +++ b/tools/doc/html.js @@ -56,7 +56,6 @@ function parseLists(input) { return; } if (state === 'AFTERHEADING') { - if (tok.type === 'code') return; if (tok.type === 'list_start') { state = 'LIST'; if (depth === 0) {