From 4239a63bded371b7f0e60d8bb19cbc5cced06244 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Wed, 19 Oct 2016 17:18:45 -0700 Subject: Factor out some more into ScaladocScanner --- src/compiler/scala/tools/nsc/ast/parser/Scanners.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler') diff --git a/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala b/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala index 0bdfb52e4d..3a659fd0f0 100644 --- a/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala +++ b/src/compiler/scala/tools/nsc/ast/parser/Scanners.scala @@ -38,8 +38,8 @@ trait ScannersCommon { def deprecationWarning(off: Offset, msg: String, since: String): Unit } + // Hooks for ScaladocUnitScanner and ScaladocJavaUnitScanner trait DocScanner { - // Hooks for ScaladocJavaUnitScanner protected def beginDocComment(prefix: String): Unit = {} protected def processCommentChar(): Unit = {} protected def finishDocComment(): Unit = {} -- cgit v1.2.3