Skip to content

Commit

Permalink
Add links in draw_target.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-korsa committed Nov 27, 2023
1 parent cf0e5c5 commit 7893787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/draw_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ use crate::TermLike;

/// Target for draw operations
///
/// This tells a progress bar or a multi progress object where to paint to.
/// This tells a [`ProgressBar`](crate::ProgressBar) or a
/// [`MultiProgress`](crate::MultiProgress) object where to paint to.
/// The draw target is a stateful wrapper over a drawing destination and
/// internally optimizes how often the state is painted to the output
/// device.
Expand Down

0 comments on commit 7893787

Please sign in to comment.