From 9c9d65a43c1b207d93c40f9b839276bbdfe4816f Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Fri, 8 Aug 2025 21:45:51 +0200 Subject: [PATCH] update docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6db8e93..f90d5aa 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ 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 top level types will be included -- the package documentation can be fetched using docreflect.Docs("absolute/import/path/of/package") +- the package documentation can be fetched using `docreflect.Docs("absolute/import/path/of/package")` - when passing in the import path of only the selected symbols, the rest of the package level symbols will be ignroed Library documentation: https://godocs.io/code.squareroundforest.org/arpio/docreflect