ddox
ddox copied to clipboard
Documentation for unnamed enums is not generated
///
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.