[librsvg: 8/17] src/filter_func.rs: links to doc items by name




commit ca5cbb0dd51ef3b4d134fcb31f9da23471de34ca
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Jun 23 10:52:50 2021 -0500

    src/filter_func.rs: links to doc items by name
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/552>

 src/filter_func.rs | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/src/filter_func.rs b/src/filter_func.rs
index 5b63f5c9..48746fd8 100644
--- a/src/filter_func.rs
+++ b/src/filter_func.rs
@@ -6,13 +6,10 @@
 //! equivalent of writing a full `<filter>` with a `<feGaussianBlur>` element.
 //!
 //! This module has a type for each of the filter functions in SVG2 with the function's
-//! parameters, for example [`Blur`](struct.Blur.html) stores the blur's standard
-//! deviation parameter.
+//! parameters, for example [`Blur`] stores the blur's standard deviation parameter.
 //!
-//! Those types get aggregated in the [`FilterFunction`](enum.FilterFunction.html) enum.
-//! A `FilterFunction` can then convert itself into a
-//! [`FilterSpec`](../filters/struct.FilterSpec.html), which is ready to be rendered on a
-//! surface.
+//! Those types get aggregated in the [`FilterFunction`] enum.  A [`FilterFunction`] can
+//! then convert itself into a [`FilterSpec`], which is ready to be rendered on a surface.
 
 use cssparser::{Color, Parser, RGBA};
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]