summaryrefslogtreecommitdiff
path: root/src/library/scala/util/matching/Regex.scala
diff options
context:
space:
mode:
authorAndrew Phillips <demobox1@yahoo.co.uk>2014-01-29 22:58:24 -0500
committerAndrew Phillips <demobox1@yahoo.co.uk>2014-02-01 13:11:38 -0500
commit9956245ac35c4e8bab38dc0b96de999c608ee19a (patch)
treebe68a2122ab2baf316fada4d09d82b7c73ea6067 /src/library/scala/util/matching/Regex.scala
parentf59aeb58681d1dba8d32886de4785f6fb8dc9eff (diff)
downloadscala-9956245ac35c4e8bab38dc0b96de999c608ee19a.tar.gz
scala-9956245ac35c4e8bab38dc0b96de999c608ee19a.tar.bz2
scala-9956245ac35c4e8bab38dc0b96de999c608ee19a.zip
SI-8215 Removing ASCII art class diagram in Scaladoc for Regex
The Content Hierarchy contains the same information, properly formatted. See https://groups.google.com/d/msg/scala-language/2T2wKVQiyVg/3-iu19XSTxwJ
Diffstat (limited to 'src/library/scala/util/matching/Regex.scala')
-rw-r--r--src/library/scala/util/matching/Regex.scala10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/library/scala/util/matching/Regex.scala b/src/library/scala/util/matching/Regex.scala
index 86132bb876..1b2def0b55 100644
--- a/src/library/scala/util/matching/Regex.scala
+++ b/src/library/scala/util/matching/Regex.scala
@@ -476,15 +476,7 @@ trait UnanchoredRegex extends Regex {
}
/** This object defines inner classes that describe
- * regex matches and helper objects. The class hierarchy
- * is as follows:
- *
- * {{{
- * MatchData
- * / \
- * MatchIterator Match
- * }}}
- *
+ * regex matches and helper objects.
*/
object Regex {