What version of Zig is running?
0.12.0-dev.601+f4c884617
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Run the following:
zig build docs -DZT_ARRAYFIRE_USE_CPU
What is the expected behavior?
Autodoc should work to generate the docs page for Tensor.
What do you see instead?
Broken link: https://cryptodeal.github.io/zigTensor/#A;zt:tensor.Tensor

Additional information
This could potentially be a bug with zig's autodoc feature, but need to verify that it's not an issue with how the codebase is setup before jumping to any conclusions.
What version of Zig is running?
0.12.0-dev.601+f4c884617
What platform is your computer?
Darwin 22.6.0 arm64 arm
What steps can reproduce the bug?
Run the following:
What is the expected behavior?
Autodoc should work to generate the docs page for
Tensor.What do you see instead?
Broken link: https://cryptodeal.github.io/zigTensor/#A;zt:tensor.Tensor
Additional information
This could potentially be a bug with zig's autodoc feature, but need to verify that it's not an issue with how the codebase is setup before jumping to any conclusions.