opportunity: Add missing documentation.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 16 Dec 2014 14:48:29 +0000 (09:48 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 16 Dec 2014 14:59:29 +0000 (09:59 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

contrib/opportunity/src/templates/boilerplate.nit

index 50d2c67..609f56c 100644 (file)
@@ -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