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

Wrong link path to enum members #54

Closed deviator closed 9 years ago

deviator commented 9 years ago

Description for enum members not generated, and it is not necessary. But links to enum members must be reworked.

example:

enum X { A, B };

now reference of X.A navigate to package.module.X.A.html but must naviage to package.module.X.html

this only for enums

kiith-sa commented 9 years ago

Should be fixed by aa0ed6d4383f19e3f94c13ed143e64dce0862006.