From: Alexandre Terrasa Date: Mon, 29 Jul 2013 14:40:59 +0000 (-0400) Subject: ni_nitdoc: added module documentation X-Git-Tag: v0.6.1~73^2~5^2~18 X-Git-Url: http://nitlanguage.org ni_nitdoc: added module documentation Signed-off-by: Alexandre Terrasa --- diff --git a/src/ni_nitdoc.nit b/src/ni_nitdoc.nit index 44ccadf..dcf317f 100644 --- a/src/ni_nitdoc.nit +++ b/src/ni_nitdoc.nit @@ -1,7 +1,5 @@ # This file is part of NIT ( http://www.nitlanguage.org ). # -# Copyright 2008 Jean Privat -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -14,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Documentation generator for the nit language. +# Generate API documentation in HTML format from nit source code. module ni_nitdoc import model_utils