mirror of
https://git.proxmox.com/git/proxmox
synced 2025-12-07 15:07:56 +00:00
instead of:
#[api(description: "Some description.")]
pub enum { ... }
support:
#[api]
/// Some description.
pub enum { ... }
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
||
|---|---|---|
| .. | ||
| api1.rs | ||
| api2.rs | ||
| ext-schema.rs | ||
| types.rs | ||