[dmd-internals] [D-Programming-Language/dmd] eca150: ddoc: Wrap constraints in their own HTML element
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Dec 30 13:18:53 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: eca1508020366e00ee2fecc0a89f071dad744b4b
https://github.com/D-Programming-Language/dmd/commit/eca1508020366e00ee2fecc0a89f071dad744b4b
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: Wrap constraints in their own HTML element
Allows for custom styling of constraints per
Bugzilla 13676
Commit: c2f661f28782cb8572e6c0c06637b337747d8802
https://github.com/D-Programming-Language/dmd/commit/c2f661f28782cb8572e6c0c06637b337747d8802
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: add line breaks between multiple decl
Adds another line break between ddoc_decl (function
declarations) to make reading them more visually
appealing
Commit: 4308b3903014aee9d8c15e3d383d31a27981b98e
https://github.com/D-Programming-Language/dmd/commit/4308b3903014aee9d8c15e3d383d31a27981b98e
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Use new overload separator macro instead of hardcoded break
Commit: 6d9d1b9b18f0bbf7995d0132299dc1ffba21503e
https://github.com/D-Programming-Language/dmd/commit/6d9d1b9b18f0bbf7995d0132299dc1ffba21503e
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: Only add constraint macro if it's a funcdecl
Commit: d5c756834b92d19a7c35faf8719e7a49ea36bf68
https://github.com/D-Programming-Language/dmd/commit/d5c756834b92d19a7c35faf8719e7a49ea36bf68
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: Add DDOC_TEMPLATE_PARAM macro
Commit: 066a103b384213f98b2dfd6960f673e862681a0c
https://github.com/D-Programming-Language/dmd/commit/066a103b384213f98b2dfd6960f673e862681a0c
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: default to non-span for constraints to maintain BC
Commit: ffe22e77ea62d5c86d0490a9b08a263d1d15212a
https://github.com/D-Programming-Language/dmd/commit/ffe22e77ea62d5c86d0490a9b08a263d1d15212a
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: DDOC_TEMPLATE_PARAM -> DDOC_TEMPLATE_PARAM_LIST
Commit: b81c727600884e2a7dc9069fb84d97511df0d83b
https://github.com/D-Programming-Language/dmd/commit/b81c727600884e2a7dc9069fb84d97511df0d83b
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
ddoc: Add DDOC_TEMPLATE_PARAM
Commit: f4d16eff17feabfae110a092a9b4d6867956293d
https://github.com/D-Programming-Language/dmd/commit/f4d16eff17feabfae110a092a9b4d6867956293d
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Add whitespace to DDOC_CONSTRAINT
Commit: f1e605b7c2086bbea165c33c7eb58c52e4e0e101
https://github.com/D-Programming-Language/dmd/commit/f1e605b7c2086bbea165c33c7eb58c52e4e0e101
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-21 (Mon, 21 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Fix ddoc testcase regressions
Commit: 48fa3cdee0ee9497d1d17301a48982643e279397
https://github.com/D-Programming-Language/dmd/commit/48fa3cdee0ee9497d1d17301a48982643e279397
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Fixes per code review
Commit: 27fb805addd0ecef0cf48f41b69127057fa7bc59
https://github.com/D-Programming-Language/dmd/commit/27fb805addd0ecef0cf48f41b69127057fa7bc59
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Use Array<size_t> instead of GC array
Commit: 4efc9eb3783bff566a97fc70ba623cac9bd68179
https://github.com/D-Programming-Language/dmd/commit/4efc9eb3783bff566a97fc70ba623cac9bd68179
Author: Lander Brandt <landerbrandt at gmail.com>
Date: 2015-12-29 (Tue, 29 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Fix escaping characters inside TEMPLATE_PARAM_LIST
Commit: 52ed86e9c7f24eb77756b58ca806c37f1e9ecef0
https://github.com/D-Programming-Language/dmd/commit/52ed86e9c7f24eb77756b58ca806c37f1e9ecef0
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-12-30 (Wed, 30 Dec 2015)
Changed paths:
M src/doc.d
Log Message:
-----------
Merge pull request #5311 from landaire/feature/ddoc-html-improvements
ddoc: HTML improvements to ddoc_decl/constraints
Compare: https://github.com/D-Programming-Language/dmd/compare/675a2d4e2f1f...52ed86e9c7f2
More information about the dmd-internals
mailing list