From 15ef8e7cd52930f1591ab7a88081fc80468fed85 Mon Sep 17 00:00:00 2001 From: Jean Helou Date: Thu, 14 Feb 2019 10:03:37 +0100 Subject: update scaladoc to leverage list markers --- contrib/playlib/src/mill/playlib/RouterModule.scala | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/contrib/playlib/src/mill/playlib/RouterModule.scala b/contrib/playlib/src/mill/playlib/RouterModule.scala index a1dce169..63433f3b 100644 --- a/contrib/playlib/src/mill/playlib/RouterModule.scala +++ b/contrib/playlib/src/mill/playlib/RouterModule.scala @@ -46,10 +46,9 @@ trait RouterModule extends mill.Module with ScalaModule { /** * A [[Seq]] of additional imports to be added to the routes file. * Defaults to : - * + * + * - controllers.Assets.Asset + * - play.libs.F */ def routesAdditionalImport: Seq[String] = Seq( "controllers.Assets.Asset", @@ -63,13 +62,12 @@ trait RouterModule extends mill.Module with ScalaModule { def namespaceReverseRouter: Boolean = false /** - * The routes compiler type to be used. Can only be one of: - * + * The routes compiler type to be used. + * + * Can only be one of: * - * @return + * - [[RouteCompilerType.InjectedGenerator]] + * - [[RouteCompilerType.StaticGenerator]] */ def generatorType: RouteCompilerType = RouteCompilerType.InjectedGenerator -- cgit v1.2.3