lib: add missing documentation synopsis on some modules
authorJean Privat <jean@pryen.org>
Wed, 4 Jan 2012 21:41:53 +0000 (16:41 -0500)
committerJean Privat <jean@pryen.org>
Wed, 4 Jan 2012 21:41:53 +0000 (16:41 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/opts.nit
lib/standard/environ.nit
lib/standard/time.nit
src/icode/icode.nit
src/icode/icode_tools.nit

index 59391cd..1d085b8 100644 (file)
@@ -11,6 +11,9 @@
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
+# Manage options on the command line
+module opts
+
 # Super class of all option's class
 class Option
        # Names for the option (including long and short ones)
index 80afabe..9c584de 100644 (file)
@@ -11,6 +11,7 @@
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
+# Acces of the environement variables of the process
 import symbol
 
 # TODO prevoir une structure pour recup tout un environ, le modifier et le passer a process
index a1f3424..195157f 100644 (file)
@@ -10,6 +10,7 @@
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
+# Manage time and dates
 package time
 
 import kernel
index ec6ddbf..0c6fcce 100644 (file)
@@ -15,6 +15,7 @@
 # limitations under the License.
 
 # Nit intermediate code representation
+module icode
 import icode_base
 import icode_tools
 import icode_builder
index cfe1992..1071959 100644 (file)
@@ -15,6 +15,7 @@
 # limitations under the License.
 
 # Tools to manipulate intermediace nit code representation
+module icode_tools
 import icode_builder
 
 # A simple visitor to visit icode structures