clojure-dev

dharrigan 2022-02-18T16:24:11.026529Z

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.

favila 2022-02-18T16:27:42.119489Z

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

dpsutton 2022-02-18T16:28:14.087089Z

dpsutton 2022-02-18T16:28:19.473899Z

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

👆 1
dharrigan 2022-02-18T16:31:44.938459Z

I see I see! thank you!

dharrigan 2022-02-18T16:31:50.428619Z

🙂

Alex Miller (Clojure team) 2022-02-18T16:33:29.905929Z

javadoc anchor links separate types by -'s

Alex Miller (Clojure team) 2022-02-18T16:33:38.916469Z

and there's two -- at the beginning

dharrigan 2022-02-18T16:35:22.857249Z

Thank you 🙂

dharrigan 2022-02-18T16:24:23.832809Z

Is it for padding?