From 73104856d2fd434390d2e32660c9b51d027d173d Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Fri, 8 Aug 2025 21:47:23 +0200 Subject: [PATCH] update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f90d5aa..1be9df0 100644 --- a/readme.md +++ b/readme.md @@ -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