Merge: neo_doxygen: Fix the handling of the inner classes and of the root namespace
authorJean Privat <jean@pryen.org>
Tue, 2 Dec 2014 20:41:12 +0000 (15:41 -0500)
committerJean Privat <jean@pryen.org>
Tue, 2 Dec 2014 20:41:12 +0000 (15:41 -0500)
* Make the generation of the implicit modules more robust. Do not try to guess the namespace of the classes. Instead, wait to receive enough of explicit information to make a decision. This permits to list class in the root namespace and inner classes in the good module.
* List classes in the root namespace.
* Enhance the presentation of the inner classes so Nitdoc list them as part of their outer class.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #955
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge