Skip to content

Commit

Permalink
Add make target to build docs
Browse files Browse the repository at this point in the history
This target build both public and internal doc strings in the
standard rustdoc documentation.

Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Dec 16, 2024
1 parent 0edd2b2 commit 1b86797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ fix-format:

check-spell:
@.github/codespell.sh

docs:
cargo doc --features standard,nssdb,jsondb,fips --examples --document-private-items

0 comments on commit 1b86797

Please sign in to comment.