From 653de796470f4b6ae864b210d61705667275fcbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Fri, 24 Oct 2014 11:47:07 -0400 Subject: [PATCH] =?utf8?q?neo=5Fdoxygen:=20Avoid=20clearing=20the=20namespac?= =?utf8?q?e=E2=80=99s=20id=20of=20a=20module.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- contrib/neo_doxygen/src/model/module_compound.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/neo_doxygen/src/model/module_compound.nit b/contrib/neo_doxygen/src/model/module_compound.nit index eb1f297..6629cc7 100644 --- a/contrib/neo_doxygen/src/model/module_compound.nit +++ b/contrib/neo_doxygen/src/model/module_compound.nit @@ -70,7 +70,7 @@ class FileCompound if inner_namespaces.keys.has(name) then m = inner_namespaces[name] - m.parent = id + if id != "" then m.parent = id else m = new Module(graph) m.full_name = "{name}{ns_separator}{basename}" -- 1.7.9.5