From: Jean-Christophe Beaupré Date: Tue, 16 Dec 2014 16:57:11 +0000 (-0500) Subject: neo_doxygen: Make an instruction less verbose. X-Git-Tag: v0.7~27^2 X-Git-Url: http://nitlanguage.org neo_doxygen: Make an instruction less verbose. Signed-off-by: Jean-Christophe Beaupré --- 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