Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 4, 2024
1 parent f135d54 commit fbf953d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
export RUSTDOCFLAGS="--cfg docsrs --generate-link-to-definition -Z unstable-options"
cargo +nightly doc --all-features --open
2 changes: 1 addition & 1 deletion src/cfdp/pdu/file_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// directly.
///
Expand Down

0 comments on commit fbf953d

Please sign in to comment.