ni_nitdoc: typo in namespace display
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 19 Jul 2013 17:11:10 +0000 (13:11 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 19 Jul 2013 17:11:10 +0000 (13:11 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/ni_nitdoc.nit

index c7c3ed3..4e4e930 100644 (file)
@@ -1123,6 +1123,7 @@ redef class MModule
                if mowner != null then
                        var nowner = mbuilder.mmodule2nmodule[mowner]
                        str.append(public_owner.link(nowner))
+                       str.append("::")
                end
                var nmodule = mbuilder.mmodule2nmodule[self]
                str.append(self.link(nmodule))