From 765fe5310fbae8b1c125c8efa136104368649b0d Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 6 Jul 2016 01:56:48 -0800 Subject: [PATCH] Comment. --- .../src/main/kotlin/com/beust/kobalt/AsciiArt.kt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/AsciiArt.kt b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/AsciiArt.kt index de16f9d7..000f3eee 100644 --- a/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/AsciiArt.kt +++ b/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/AsciiArt.kt @@ -3,7 +3,17 @@ package com.beust.kobalt import com.beust.kobalt.misc.log import java.util.* - +/** + * Make Kobalt's output awesome and unique. + * + * I spend so much time staring at build outputs I decided I might as well make them pretty. + * Note that I also experimented with colors but it's hard to come up with a color scheme that + * will work with all the various backgrounds developers use, so I decided to be conservative + * and stick to simple red/yellow for errors and warnings. + * + * @author Cedric Beust + * @since 10/1/2015 + */ class AsciiArt { companion object { private val BANNERS = arrayOf(