Skip to content

Commit

Permalink
[gen] scaladocs now have FQCN in referenced types
Browse files Browse the repository at this point in the history
  • Loading branch information
hochgi committed May 28, 2024
1 parent 8cdbe46 commit d56faf7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ final case class EndpointGen(config: Config) {
* @param f
* a function that may alter the type, None means no altering is needed.
* @return
* [[Option]] of the altered type, or None if no modification was needed.
* [[scala.Option]] of the altered type, or None if no modification was
* needed.
*/
def mapTypeRef(sType: Code.ScalaType)(f: Code.TypeRef => Code.TypeRef): Code.ScalaType =
sType match {
Expand All @@ -252,7 +253,7 @@ final case class EndpointGen(config: Config) {
* structure recursively.
*
* @param f
* function to transform a [[Code.CaseClass]]
* function to transform a [[zio.http.gen.scala.Code.CaseClass]]
* @param code
* the structure to apply transformation of case classes on
* @return
Expand Down

0 comments on commit d56faf7

Please sign in to comment.