-
-
Notifications
You must be signed in to change notification settings - Fork 649
Open
Labels
enhancementgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors
Description
For JavaDoc to work properly for third-party libraries we need to register their JavaDoc like this:
(javadoc/add-remote-javadoc "com.amazonaws." "http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/")
(javadoc/add-remote-javadoc "org.apache.kafka." "https://kafka.apache.org/090/javadoc/")
For the sake of convenience we can add some configuration map that gets evaluated when a REPL gets created, or something along those lines (we already have similar functionality for requiring code on REPL start).
Metadata
Metadata
Assignees
Labels
enhancementgood first issueA simple tasks suitable for first-time contributorsA simple tasks suitable for first-time contributors