mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 20:06:30 +03:00
Add rustdoc to CI and fix some doc comments
This fixes a bunch of doc comments and also adds the run to CI so that failures get caught early.
This commit is contained in:
@@ -80,6 +80,8 @@ impl async_std::stream::Stream for EventEmitter {
|
||||
/// documented in `deltachat.h`.
|
||||
///
|
||||
/// This struct [`Deref`]s to the [`EventType`].
|
||||
///
|
||||
/// [`Context`]: crate::context::Context
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct Event {
|
||||
/// The ID of the [`Context`] which emitted this event.
|
||||
|
||||
Reference in New Issue
Block a user