Consider e.g. http://dlang.org/phobos-prerelease/std_algorithm_searching.html#.OpenRight. There, we have a lavishly laid itemization for only little content.
All enum values have one-word declarations and short descriptions. It would be great if they were laid instead as a table (similar to "Params:") with two columns (name and description). There should be no "Jump to" for the values.
The ddox-based documentation is actually worse - it generates one page per enum value (see e.g. http://dlang.org/library/std/algorithm/searching/open_right.no.html. Most of those pages are fluff. Enums should be compressed to one page with all values and their descriptions on it.
Comment #1 by andrei — 2015-05-19T16:13:22Z
I've assigned Sönke for now, please reassign appropriately. Thanks!