Skip to content

Commit

Permalink
Updates rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Dec 5, 2023
1 parent 637ff98 commit fe5b90e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ macro_rules! formats {

/// Returns the short name of the file format.
///
/// Note: This information is not necessarily unique, as multiple file formats might
/// share the same short name.
///
/// # Examples
///
/// ```
Expand Down Expand Up @@ -94,6 +97,8 @@ macro_rules! formats {

/// Returns the common extension of the file format.
///
/// Note: This information is never empty.
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit fe5b90e

Please sign in to comment.