Open
Description
Zig Version
0.13.0-dev.44+9d64332a5
Steps to Reproduce and Observed Behavior
I found this issue while reading 8a36a1f and running zig std
. The file documentation is not added.
This issue is probably caused by the fact that in the crypto
namespace, files are imported from inside a struct.
Another problem with how zig std is structured is that often important top-level file documentation is ignored, because only some declarations are imported, instead of the file.
An example is std/crypto/aegis.zig
.
Expected Behavior
The top-level file doc-comment should always be available in the docs, since it may contain useful information.