From 717d46cb8a8f40f3dfb292acfd4b996d1dd95a08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Christophe=20Beaupr=C3=A9?= Date: Tue, 16 Dec 2014 09:48:29 -0500 Subject: [PATCH] opportunity: Add missing documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Christophe Beaupré --- contrib/opportunity/src/templates/boilerplate.nit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/opportunity/src/templates/boilerplate.nit b/contrib/opportunity/src/templates/boilerplate.nit index 50d2c67..609f56c 100644 --- a/contrib/opportunity/src/templates/boilerplate.nit +++ b/contrib/opportunity/src/templates/boilerplate.nit @@ -107,10 +107,13 @@ end class OpportunityPage super Template + # The HTML code of the header and of the banner. var header = new OpportunityHeader + # The HTML code of the body. var body: Streamable = "" is writable + # The HTML code of the footer. var footer = new OpportunityFooter redef fun rendering do -- 1.7.9.5