summary refs log tree commit diff stats
path: root/tools/kochdocs.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-08-17 19:54:00 +0800
committerGitHub <noreply@github.com>2023-08-17 13:54:00 +0200
commit2e3d9cdbee6c5ca7c439cfedf8bcb9f0f232a960 (patch)
tree9444dcc773b8df014d7dacaa1d2ed4281b9340fe /tools/kochdocs.nim
parentee817557ecccf0562cb3e6d4f4c72dcef4fe5e64 (diff)
downloadNim-2e3d9cdbee6c5ca7c439cfedf8bcb9f0f232a960.tar.gz
fixes #22441; build documentation for more modules in the checksums (#22453)
Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
Diffstat (limited to 'tools/kochdocs.nim')
-rw-r--r--tools/kochdocs.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 750f3dcd5..ce6b83980 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -167,6 +167,9 @@ pkgs/db_connector/src/db_connector/db_postgres.nim
 pkgs/db_connector/src/db_connector/db_sqlite.nim
 pkgs/checksums/src/checksums/md5.nim
 pkgs/checksums/src/checksums/sha1.nim
+pkgs/checksums/src/checksums/sha2.nim
+pkgs/checksums/src/checksums/sha3.nim
+pkgs/checksums/src/checksums/bcrypt.nim
 """.splitWhitespace()
 
   officialPackagesListWithoutIndex = """