From 1b867974ec50b43f46232e1a051b1085a77bbab2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 16 Dec 2024 17:05:21 -0500 Subject: [PATCH] Add make target to build docs This target build both public and internal doc strings in the standard rustdoc documentation. Signed-off-by: Simo Sorce --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1e01a62..a96ab20 100644 --- a/Makefile +++ b/Makefile @@ -18,3 +18,6 @@ fix-format: check-spell: @.github/codespell.sh + +docs: + cargo doc --features standard,nssdb,jsondb,fips --examples --document-private-items