mystor / synstructure

Utilities for dealing with substructures within syn macros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot document derive macros with decl_derive

nox opened this issue · comments

This is probably true of the other helper macros too.

I think this is a dup of #21, it should be possible since #35, with the following syntax:

decl_derive! {
    [Interesting] =>
    /// Documentation Comments
    derive_interesting
}

Oh sorry I put the docs over the bracketed thing. Thanks for the answer!