mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 22:47:03 +00:00
docs: escape <foo> in doc comments
warning: unclosed HTML tag `nodename` --> pbs-api-types/src/metrics.rs:224:5 | 224 | / /// Unique identifier for this metric object, for instance 'node/<nodename>' 225 | | /// or 'qemu/<vmid>'. | |_________________________^ | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default warning: unclosed HTML tag `vmid` --> pbs-api-types/src/metrics.rs:224:5 | 224 | / /// Unique identifier for this metric object, for instance 'node/<nodename>' 225 | | /// or 'qemu/<vmid>'. | |_________________________^ warning: `pbs-api-types` (lib doc) generated 2 warnings Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
5d60f8692a
commit
c17964e7fc
@ -221,8 +221,8 @@ pub struct Metrics {
|
||||
/// Metric data point
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct MetricDataPoint {
|
||||
/// Unique identifier for this metric object, for instance 'node/<nodename>'
|
||||
/// or 'qemu/<vmid>'.
|
||||
/// Unique identifier for this metric object, for instance `node/<nodename>`
|
||||
/// or `qemu/<vmid>`.
|
||||
pub id: String,
|
||||
|
||||
/// Name of the metric.
|
||||
|
Loading…
Reference in New Issue
Block a user