aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 243117f..d4bdbe7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,8 +1,8 @@
/*!
- The Plotters SVG backend.
-
- The plotters bitmap backend allows you to render images by Plotters into SVG vector graphs.
-
+ The Plotters SVG backend.
+
+ The plotters bitmap backend allows you to render images by Plotters into SVG vector graphs.
+
See the documentation for [SVGBackend](struct.SVGBackend.html) for more details.
*/
mod svg;