Thread overview | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
May 19, 2015 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|nobody@puremagic.com |ludwig@informatik_dot_uni-l | |uebeck.de -- |
May 19, 2015 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #1 from Andrei Alexandrescu <andrei@erdani.com> --- I've assigned Sönke for now, please reassign appropriately. Thanks! -- |
June 06, 2015 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> --- Note - refer to the "display" CSS property: https://developer.mozilla.org/en-US/docs/Web/CSS/display#Values -- |
December 18, 2015 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 Sönke Ludwig <sludwig@outerproduct.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sludwig@outerproduct.org --- Comment #3 from Sönke Ludwig <sludwig@outerproduct.org> --- Note that while the DDOX based documentation has a per-item page, it also has an overview table: http://dlang.org/library/std/algorithm/searching/open_right.html So it's a matter of simply skipping the generation of the per-item pages. However, sometimes there might be more than a one-liner description, so the table would have to be able to display that, too (e.g. like https://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx). -- |
June 02, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #4 from Sönke Ludwig <sludwig@outerproduct.org> --- PR for the DDOX side: https://github.com/dlang/dlang.org/pull/1319 BTW, an example for a more detailed enum member documentation: http://dlang.org/phobos/core_memory.html#.GC.BlkAttr.APPENDABLE -- |
June 02, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #5 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/926b20648ca3b6199ecdc2fbd1d2fdeef45aa280 Upgrade to DDOX 0.15.4 - Fixes the DDOX part of issue 14608. - Removes per-enum-member pages and instead displays the full enum member documentation inside of a single table - Adds template arguments and constraints display for composite types and enums https://github.com/dlang/dlang.org/commit/f806372cf2b11cc9c64eec9fa061e63c723b494c Merge pull request #1319 from s-ludwig/master Upgrade to DDOX 0.15.4 - Fixes the DDOX part of issue 14608. -- |
June 02, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 Sönke Ludwig <sludwig@outerproduct.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ludwig@informatik_dot_uni-l |nobody@puremagic.com |uebeck.de | -- |
June 02, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #6 from Andrei Alexandrescu <andrei@erdani.com> --- So should we close this? -- |
October 01, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 --- Comment #7 from github-bugzilla@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/926b20648ca3b6199ecdc2fbd1d2fdeef45aa280 Upgrade to DDOX 0.15.4 - Fixes the DDOX part of issue 14608. https://github.com/dlang/dlang.org/commit/f806372cf2b11cc9c64eec9fa061e63c723b494c Merge pull request #1319 from s-ludwig/master -- |
December 23, 2016 [Issue 14608] Enum members should be formatted as a table | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=14608 Andrei Alexandrescu <andrei@erdani.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from Andrei Alexandrescu <andrei@erdani.com> --- Looks like this is fixed now, right Sönke? -- |
Copyright © 1999-2021 by the D Language Foundation