ni: documented class NitIndex
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 29 Jul 2013 15:01:05 +0000 (11:01 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Mon, 29 Jul 2013 15:01:05 +0000 (11:01 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/ni.nit

index 57e4576..bf98a6c 100644 (file)
@@ -25,6 +25,9 @@ private class Pager
        fun render do sys.system("echo \"{content}\" | pager -r")
 end
 
+# Main class of the nit index tool
+# NitIndex build the model using the toolcontext argument
+# then wait for query on std in to display documentation
 class NitIndex
        private var toolcontext: ToolContext
        private var model: Model