Fork me on GitHub
#clojure-dev
<
2022-02-18
>
dharrigan16:02:11

Just wondering, for the docstring on random-uuid here , it looks a bit strange to have the -- at the end of the line, works fine without it.

favila16:02:42

That’s what javadoc method anchors look like. If you try it without it, notice your browser doesn’t go directly to the randomuuid method

dpsutton16:02:19

that’s the actual name of the target on the site

👆 1
dharrigan16:02:44

I see I see! thank you!

Alex Miller (Clojure team)16:02:29

javadoc anchor links separate types by -'s

Alex Miller (Clojure team)16:02:38

and there's two -- at the beginning

dharrigan16:02:22

Thank you 🙂

dharrigan16:02:23

Is it for padding?