proxmox/proxmox-api-macro
Wolfgang Bumiller f9d775924d api-macro: get enum description from doc comments
instead of:
    #[api(description: "Some description.")]
    pub enum { ... }

support:
    #[api]
    /// Some description.
    pub enum { ... }

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-04 11:52:03 +01:00
..
src api-macro: get enum description from doc comments 2019-12-04 11:52:03 +01:00
tests api-macro: get enum description from doc comments 2019-12-04 11:52:03 +01:00
Cargo.toml api-macro: update to 1.0 of syn/quote/proc_macro2 2019-10-04 13:42:03 +02:00