aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala
diff options
context:
space:
mode:
Diffstat (limited to 'dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala')
-rw-r--r--dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala6
1 files changed, 6 insertions, 0 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
new file mode 100644
index 000000000..cf37564b9
--- /dev/null
+++ b/dottydoc/shared/src/main/scala/dotty/tools/dottydoc/model/comment/Comment.scala
@@ -0,0 +1,6 @@
+package dotty.tools
+package dottydoc
+package model
+package comment
+
+case class Comment(body: String)