Skip to content

Commit

Permalink
fix mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
User344 committed Dec 18, 2024
1 parent 6061694 commit 9b90bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/protoflow-blocks/src/blocks/core/clock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ use simple_mermaid::mermaid;
/// The block does not have any input ports nor state.
///
/// # Block Diagram
// #[doc = mermaid!("../../../doc/core/clock.mmd")]
#[doc = mermaid!("../../../doc/core/clock.mmd")]
///
/// # Sequence Diagram
// #[doc = mermaid!("../../../doc/core/clock.seq.mmd" framed)]
#[doc = mermaid!("../../../doc/core/clock.seq.mmd" framed)]
///
/// # Examples
///
Expand Down

0 comments on commit 9b90bd8

Please sign in to comment.