From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: yew-devel@lists.proxmox.com
Subject: [yew-devel] [PATCH proxmox-yew-comp 2/2] wizzard: docs: Use full path for structs
Date: Tue, 14 Jan 2025 10:41:03 +0100 [thread overview]
Message-ID: <20250114094103.111082-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20250114094103.111082-1-m.sandoval@proxmox.com>
Fixes:
warning: unresolved link to `MiniScroll`
--> src/wizard.rs:108:5
|
108 | /// Use [MiniScroll] for [TabBar] to allow scrolling.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:
Use [MiniScroll] for [TabBar] to allow scrolling.
^^^^^^^^^^
= note: no item named `MiniScroll` in scope
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: unresolved link to `TabBar`
--> src/wizard.rs:108:5
|
108 | /// Use [MiniScroll] for [TabBar] to allow scrolling.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: the link appears in this line:
Use [MiniScroll] for [TabBar] to allow scrolling.
^^^^^^
= note: no item named `TabBar` in scope
= help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/wizard.rs | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/wizard.rs b/src/wizard.rs
index 44772ce..1ff7b6a 100644
--- a/src/wizard.rs
+++ b/src/wizard.rs
@@ -29,7 +29,7 @@ use super::{IntoSubmitValueCallback, SubmitValueCallback};
use pwt_macros::builder;
-/// Infos passed to the [SelectionView] render function.
+/// Infos passed to the [pwt::widget::SelectionView] render function.
#[derive(Clone, PartialEq)]
pub struct WizardPageRenderInfo {
/// The key of the item to render
@@ -105,7 +105,8 @@ pub struct Wizard {
#[prop_or_default]
pub html_title: Option<Html>,
- /// Use [MiniScroll] for [TabBar] to allow scrolling.
+ /// Use [pwt::widget::MiniScroll] for [pwt::widget::TabBar] to allow
+ /// scrolling.
#[prop_or_default]
#[builder(IntoPropValue, into_prop_value)]
pub scroll_mode: Option<MiniScrollMode>,
--
2.39.5
_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel
next prev parent reply other threads:[~2025-01-14 9:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-14 9:41 [yew-devel] [PATCH proxmox-yew-comp 1/2] tasks: docs: Escape unscaped HTML Maximiliano Sandoval
2025-01-14 9:41 ` Maximiliano Sandoval [this message]
2025-01-14 10:01 ` [yew-devel] applied: " Dietmar Maurer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250114094103.111082-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=yew-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.