Merge pull request 'docs fixes' (#112) from smaller-doc-fixes into main
Reviewed-on: #112
This commit is contained in:
commit
f70b957d9a
3
docs.sh
Executable file
3
docs.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
|
||||||
|
cargo +nightly doc --all-features --open
|
@ -377,7 +377,7 @@ impl CfdpPdu for FileDataPduCreatorWithReservedDatafield<'_> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This structure is created with [FileDataPduCreatorReservedDatafield::write_to_bytes_partially]
|
/// This structure is created with [FileDataPduCreatorWithReservedDatafield::write_to_bytes_partially]
|
||||||
/// and provides an API to read file data from the virtual filesystem into the file data PDU buffer
|
/// and provides an API to read file data from the virtual filesystem into the file data PDU buffer
|
||||||
/// directly.
|
/// directly.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user