Merge: nitweb: add `code` tab for modules, classdefs and propdefs.
authorJean Privat <jean@pryen.org>
Tue, 7 Jun 2016 19:11:11 +0000 (15:11 -0400)
committerJean Privat <jean@pryen.org>
Tue, 7 Jun 2016 19:11:11 +0000 (15:11 -0400)
commit8ae172138ac6bccded70985b7bd243c0ec957f4d
tree06d9d960ccfcea5a0c3f2f405629c7bf5eaea627
parent5fdbce1283510f174c5caaaf81a6696c1ae1d5be
parent0b0243672e3ef3a99d5a5ed48640257eea4492fd
Merge: nitweb: add `code` tab for modules, classdefs and propdefs.

Interesting demos:
* http://nitweb.moz-code.org/module/array_debug::array_debug
* http://nitweb.moz-code.org/classdef/core$Array
* http://nitweb.moz-code.org/propdef/core::abstract_text$Object$to_s

Only the two last commits are relevant since the rest belongs to #2170

Pull-Request: #2171
Reviewed-by: Jean Privat <jean@pryen.org>