#Why my docs are bugged?

1 messages · Page 1 of 1 (latest)

vital nest
#

I'm currently running zig version 0.14.1, and when I build the docs for my own library, strucs created via the builting @This don't get it's documentation imported, not the top level documentation, neither the internal docs.

#

The screenshots I shared are from the online std reference, and the other one comes from runing zig std, which opens a local version of the std docs. I noticed this because I'm working on a library, and when trying to generate the docs was getting this same behaviour.

noble grove
#

the online one u have open is for master branch as a heads up

vital nest
#

oh

#

And am I right for assuming master is where nightly is, then?

noble grove
#

yeah, roughly

#

artifacts from the master branch are what you might call nightly

#

but they r sometimes a few commits behind

#

but for all intents and purposes, master is the same as nightly