cljs / api

ClojureScript API parser
http://cljs.github.io/api/
MIT License
193 stars 23 forks source link

allow namespace reflinks #143

Closed shaunlebron closed 9 years ago

shaunlebron commented 9 years ago

probably:

[ns:cljs.core]
[ns:special]
[ns:specialrepl]
[ns:syntax]

and maybe go back to var reflinks and make it like this to prevent accidents:

[var:cljs.core/for]
[var:special/if]
shaunlebron commented 9 years ago

opted for [doc:cljs.core/foo], but linking to namespace pages will be trickier, because we have to specify the api-type as well. Since the following paths already work for the pages we are generating, this might have to do: