mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: doc
|
command: doc
|
||||||
args: --workspace --document-private-items --no-deps
|
args: --document-private-items --no-deps
|
||||||
|
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
|
|||||||
Reference in New Issue
Block a user