summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/visualize/gradient.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-01-21 12:10:06 +0100
committerGitHub <noreply@github.com>2025-01-21 11:10:06 +0000
commitb90ad470d60f4a90e3ba2e78aa4746fbe08783ab (patch)
tree3f69c0077258ce8c5c69ddfa53ab8362ca0a4e99 /crates/typst-library/src/visualize/gradient.rs
parentc22c47b9c97062309ed841679bb49fc15bb6a398 (diff)
Remove redundant doc comments on standard arguments (#5725)
Diffstat (limited to 'crates/typst-library/src/visualize/gradient.rs')
-rw-r--r--crates/typst-library/src/visualize/gradient.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/typst-library/src/visualize/gradient.rs b/crates/typst-library/src/visualize/gradient.rs
index e16e5d88..431f07dd 100644
--- a/crates/typst-library/src/visualize/gradient.rs
+++ b/crates/typst-library/src/visualize/gradient.rs
@@ -200,9 +200,7 @@ impl Gradient {
/// ```
#[func(title = "Linear Gradient")]
pub fn linear(
- /// The args of this function.
args: &mut Args,
- /// The call site of this function.
span: Span,
/// The color [stops](#stops) of the gradient.
#[variadic]
@@ -292,7 +290,6 @@ impl Gradient {
/// ```
#[func]
fn radial(
- /// The call site of this function.
span: Span,
/// The color [stops](#stops) of the gradient.
#[variadic]
@@ -407,7 +404,6 @@ impl Gradient {
/// ```
#[func]
pub fn conic(
- /// The call site of this function.
span: Span,
/// The color [stops](#stops) of the gradient.
#[variadic]