Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for unnamed enums is not generated #206

Open
FreeSlave opened this issue May 6, 2018 · 0 comments
Open

Documentation for unnamed enums is not generated #206

FreeSlave opened this issue May 6, 2018 · 0 comments

Comments

@FreeSlave
Copy link

///
enum
{
    First,///
    Second ///
}

///
struct Struct
{
    ///
    enum
    {
        First, ///
        Second ///
    }
}

When I generate docs with dub build -b docs it produces the page with these enums and constants. Ddox 0.16.10 does not do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant