From d4ce79dde4a53c1908ce1ee60c012ed41a9a8620 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Tue, 16 Dec 2014 11:57:11 -0500 Subject: [PATCH] neo_doxygen: Make an instruction less verbose. 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 301fc23..6e8ba10 100644 --- a/contrib/neo_doxygen/src/model/module_compound.nit +++ b/contrib/neo_doxygen/src/model/module_compound.nit @@ -77,7 +77,7 @@ class FileCompound sys.stderr.write "Inner mamespace declarations without name are not yet supported (except for the root namespace).\n" end m = new Module(graph, self, new NamespaceRef(id, full_name)) - m.location = self["location"].as(nullable Location) + m.location = location inner_namespaces.add m end -- 1.7.9.5