From 1d07f7fac6b1c528a61b8e2c0f2fec144fca753d Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 29 Jul 2013 11:01:05 -0400 Subject: [PATCH] ni: documented class NitIndex Signed-off-by: Alexandre Terrasa --- src/ni.nit | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.9.5