dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Class list for overview members is off #171

Closed s-ludwig closed 6 years ago

s-ludwig commented 6 years ago

Generates class="["public"]" instead of class="public". This is because declStyleClasses returns a list of strings instead of a white space separated string of entries and diet-ng removed a convenience special case for the class attribute.

wilzbach commented 6 years ago

PR: https://github.com/rejectedsoftware/diet-ng/pull/41