lib: missing fix documentation warnings
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Apr 2016 06:31:59 +0000 (02:31 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 20 Apr 2016 22:40:50 +0000 (18:40 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/gettext/examples/langannot.nit

index cd294e1..d278893 100644 (file)
@@ -17,7 +17,9 @@ module langannot is i18n
 
 import gettext
 
+# Some class
 class X
+       # Some method
        fun foo: String do
                return "This String is a test"
        end