[dmd-internals] [D-Programming-Language/dmd] cb188f: Append .count to anchors with the same qualified s...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Oct 16 13:00:08 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: cb188f6eb4221a5b42dccd773e64d99d4f613c3a
https://github.com/D-Programming-Language/dmd/commit/cb188f6eb4221a5b42dccd773e64d99d4f613c3a
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M src/doc.c
M src/scope.c
M src/scope.h
M test/compilable/ddoc10.d
M test/compilable/extra-files/ddoc10.html
M test/compilable/extra-files/ddoc10334.html
M test/compilable/extra-files/ddoc11511.html
M test/compilable/extra-files/ddoc9305.html
M test/compilable/extra-files/ddocunittest.html
Log Message:
-----------
Append .count to anchors with the same qualified symbol name
Don't write anchors for matching ditto symbols. This helps to avoid
renumbering subsequent anchor overloads when adding a ditto item.
Matching symbols with a ditto comment don't need anchors so much
because they are near a closely-related anchor.
Commit: b66c0a4a7ee4a4fefd829237e932a8a86604f3bb
https://github.com/D-Programming-Language/dmd/commit/b66c0a4a7ee4a4fefd829237e932a8a86604f3bb
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Date: 2014-10-15 (Wed, 15 Oct 2014)
Changed paths:
M src/doc.c
Log Message:
-----------
Add getEponymousParentTemplate function
Commit: 15b68997d0ae2332ed653658e5d7643fcf0d354f
https://github.com/D-Programming-Language/dmd/commit/15b68997d0ae2332ed653658e5d7643fcf0d354f
Author: Walter Bright <walter at walterbright.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M src/doc.c
M src/scope.c
M src/scope.h
M test/compilable/ddoc10.d
M test/compilable/extra-files/ddoc10.html
M test/compilable/extra-files/ddoc10334.html
M test/compilable/extra-files/ddoc11511.html
M test/compilable/extra-files/ddoc9305.html
M test/compilable/extra-files/ddocunittest.html
Log Message:
-----------
Merge pull request #3862 from ntrel/unique-anchors
Fix Issue 9728 - Ddoc anchors non-unique across overloads
Compare: https://github.com/D-Programming-Language/dmd/compare/f150674f6a05...15b68997d0ae
More information about the dmd-internals
mailing list