update docs

This commit is contained in:
Arpad Ryszka 2025-08-08 21:47:23 +02:00
parent 9c9d65a43c
commit 73104856d2

View File

@ -7,7 +7,7 @@ during build time. The docreflect command, or the docreflect/generate library pa
declarations, and generates Go code that registers the docs for every declaration. Code that includes the generated initialization
code, will have the docs accessible via the top level docreflect package methods.
Declarations:
**Declarations:**
- the declarations must be absolute Go paths
- when passing in the import path of a package, all the top level symbols of the package, plus the struct fields and methods of the