Only document main crate for now

We don't really have docs in the other crates yet, and there's a
naming conflict between deltachat and deltachat_ffi that needs to
sorted to build both.  But deltachat_ffi is still documented with
doxygen for now so there's no need to sort this now.
This commit is contained in:
Floris Bruynooghe
2021-01-22 18:28:48 +01:00
parent c4ebb0a31e
commit b31becea2b

View File

@@ -61,7 +61,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: doc
args: --workspace --document-private-items --no-deps
args: --document-private-items --no-deps
build_and_test:
name: Build and test