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