Merge: nitweb: add misc features
authorJean Privat <jean@pryen.org>
Wed, 8 Jun 2016 13:00:50 +0000 (09:00 -0400)
committerJean Privat <jean@pryen.org>
Wed, 8 Jun 2016 13:00:50 +0000 (09:00 -0400)
commitff7a865839f4beac591cf62a07646be2a9b1b9cc
tree4d7515a8406cbbb026ea3274c84318d05593bb4a
parent8ae172138ac6bccded70985b7bd243c0ec957f4d
parent8022a78dd7031164b849303fef60f39870471652
Merge: nitweb: add misc features

A little of everything in this PR:

* show all properties of a class: http://nitweb.moz-code.org/class/core::Array (see all props tab)
* show code into linearization card: http://nitweb.moz-code.org/class/core::Array (see linearization tab)
* show class definitions for modules: http://nitweb.moz-code.org/module/core::array

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