ydash commented on code in PR #477:
URL: https://github.com/apache/incubator-pekko/pull/477#discussion_r1258030619


##########
project/Doc.scala:
##########
@@ -156,7 +156,25 @@ object UnidocRoot extends AutoPlugin {
       Seq(
         ScalaUnidoc / unidocProjectFilter := 
unidocRootProjectFilter(unidocRootIgnoreProjects.value),
         JavaUnidoc / unidocProjectFilter := 
unidocRootProjectFilter(unidocRootIgnoreProjects.value),
-        ScalaUnidoc / apiMappings := (Compile / doc / apiMappings).value) ++
+        ScalaUnidoc / apiMappings := (Compile / doc / apiMappings).value,
+        ScalaUnidoc / apiMappings ++= {

Review Comment:
   @pjfanning 
   
   fixed it as following:
   
   - add an external javadoc mapping to `Compile / doc / apiMappings` , instead 
of `ScalaUnidoc / apiMappings`.
   - move those code before `ScalaUnidoc / apiMappings := (Compile / doc / 
apiMappings).value`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to