aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/shared
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-04-15 16:28:19 +0200
committerFelix Mulder <felix.mulder@gmail.com>2016-08-19 15:37:19 +0200
commit36e63e8f3827c1239c611fc05f9d5c971065f18d (patch)
tree5379262d3daae71bc033a87a76cd839a2d572914 /dottydoc/shared
parent6bd49690e4343130c6ca3061956aecbc6d85c2a3 (diff)
downloaddotty-36e63e8f3827c1239c611fc05f9d5c971065f18d.tar.gz
dotty-36e63e8f3827c1239c611fc05f9d5c971065f18d.tar.bz2
dotty-36e63e8f3827c1239c611fc05f9d5c971065f18d.zip
Add summary comment, cleanup
Diffstat (limited to 'dottydoc/shared')
-rw-r--r--dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala b/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala
index cf37564b9..ad53b9ae7 100644
--- a/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala
+++ b/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala
@@ -3,4 +3,4 @@ package dottydoc
package model
package comment
-case class Comment(body: String)
+case class Comment(body: String, short: String)