dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

Show attributes/storage classes/etc for everything #3

Open kiith-sa opened 9 years ago

kiith-sa commented 9 years ago

Currently, only function attributes are being rendered.

Also render them for variables, constructors, etc.

E.g. const/immutable are very important for variables.

Also UDAs and struct/class attribs (final class, align(1) struct, enum Enum: ubyte, etc.)