From: Alexandre Terrasa Date: Mon, 29 Jul 2013 15:01:05 +0000 (-0400) Subject: ni: documented class NitIndex X-Git-Tag: v0.6.1~73^2~5^2~14 X-Git-Url: http://nitlanguage.org ni: documented class NitIndex Signed-off-by: Alexandre Terrasa --- diff --git a/src/ni.nit b/src/ni.nit index 57e4576..bf98a6c 100644 --- a/src/ni.nit +++ b/src/ni.nit @@ -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