From b9fd659fb092663c41514172c765b24b5514e670 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Mon, 29 Jul 2013 10:40:59 -0400 Subject: [PATCH] ni_nitdoc: added module documentation Signed-off-by: Alexandre Terrasa --- src/ni_nitdoc.nit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.9.5