Skip to content

Commit 7030c73

Browse files
authored
Merge pull request #480 from zancas/doc_comment_list
delete whitespace so cargo doc will format comment in list
2 parents 8aeeba2 + 6b6a69e commit 7030c73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotters/src/drawing/area.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ impl Rect {
113113

114114
/// The abstraction of a drawing area. Plotters uses drawing area as the fundamental abstraction for the
115115
/// high level drawing API. The major functionality provided by the drawing area is
116-
/// 1. Layout specification - Split the parent drawing area into sub-drawing-areas
117-
/// 2. Coordinate Translation - Allows guest coordinate system attached and used for drawing.
118-
/// 3. Element based drawing - drawing area provides the environment the element can be drawn onto it.
116+
/// 1. Layout specification - Split the parent drawing area into sub-drawing-areas
117+
/// 2. Coordinate Translation - Allows guest coordinate system attached and used for drawing.
118+
/// 3. Element based drawing - drawing area provides the environment the element can be drawn onto it.
119119
pub struct DrawingArea<DB: DrawingBackend, CT: CoordTranslate> {
120120
backend: Rc<RefCell<DB>>,
121121
rect: Rect,

0 commit comments

Comments
 (0)