From 68e52813e9abff45e239ebbc48493d8ad4ccf1b7 Mon Sep 17 00:00:00 2001 From: Vlad Ureche Date: Wed, 8 Feb 2012 00:09:06 +0100 Subject: Fixed misplaced @usecase annotation That was preventing the compiler API scaladoc from building --- src/compiler/scala/tools/nsc/util/DocStrings.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/util/DocStrings.scala b/src/compiler/scala/tools/nsc/util/DocStrings.scala index 2c8b77be71..24c9926ad8 100755 --- a/src/compiler/scala/tools/nsc/util/DocStrings.scala +++ b/src/compiler/scala/tools/nsc/util/DocStrings.scala @@ -73,7 +73,7 @@ object DocStrings { * characters which terminate the comment. * * Also take usecases into account - they need to expand until the next - * @usecase or the end of the string, as they might include other sections + * usecase or the end of the string, as they might include other sections * of their own */ def tagIndex(str: String, p: Int => Boolean = (idx => true)): List[(Int, Int)] = @@ -86,7 +86,7 @@ object DocStrings { } /** - * Merge sections following an @usecase into the usecase comment, so they + * Merge sections following an usecase into the usecase comment, so they * can override the parent symbol's sections */ def mergeUsecaseSections(str: String, idxs: List[Int]): List[Int] = { -- cgit v1.2.3