He-Pin commented on PR #3095: URL: https://github.com/apache/pekko/pull/3095#issuecomment-4967212519
The Paradox apidoc errors you reported on the earlier commit (`44e3d67c`) have been fixed in the current commit (`e66a0966e6`): - `@apidoc[Source.actorRefWithBackpressure]` → replaced with `@ref` link to `actorRefWithBackpressure.md` - `@apidoc[MergeHub.source$]` → replaced with plain text `MergeHub.source` - `@apidoc[SourceQueueWithComplete]` → replaced with backtick-quoted text - `@apidoc[single imperative producer]` / `@apidoc[multiple producers]` → replaced with plain text - `@apidoc[BoundedSourceQueue.fail]` → replaced with backtick-quoted text All remaining `@apidoc` references use valid class names (`OverflowStrategy`, `BoundedSourceQueue`, `GraphStage`) or have explicit anchors (`Source$`). Could you re-review when you get a chance? Thanks! -- 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]
