diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-21 12:10:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 11:10:06 +0000 |
| commit | b90ad470d60f4a90e3ba2e78aa4746fbe08783ab (patch) | |
| tree | 3f69c0077258ce8c5c69ddfa53ab8362ca0a4e99 /crates/typst-library/src/visualize/polygon.rs | |
| parent | c22c47b9c97062309ed841679bb49fc15bb6a398 (diff) | |
Remove redundant doc comments on standard arguments (#5725)
Diffstat (limited to 'crates/typst-library/src/visualize/polygon.rs')
| -rw-r--r-- | crates/typst-library/src/visualize/polygon.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/visualize/polygon.rs b/crates/typst-library/src/visualize/polygon.rs index 465f2c1a..42b08343 100644 --- a/crates/typst-library/src/visualize/polygon.rs +++ b/crates/typst-library/src/visualize/polygon.rs @@ -67,8 +67,8 @@ impl PolygonElem { /// ``` #[func(title = "Regular Polygon")] pub fn regular( - /// The call span of this function. span: Span, + /// How to fill the polygon. See the general /// [polygon's documentation]($polygon.fill) for more details. #[named] |
