Bug 9764 – Ddoc: Ddoc file name is incorrectly emphasized

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-03-19T23:41:00Z
Last change time
2013-03-22T13:05:22Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2013-03-19T23:41:57Z
In http://dlang.org/attribute : attribute declaration; // affects the declaration attribute: // affects all declarations until the end of // the current scope declaration; declaration; ... attribute { // affects all declarations in the block declaration; declaration; ... } "attribute" word is incorrectly underlined. Test case: test.dd Ddoc Check test document. ---- // Check test comment. test(); <----- "test" is underlined ----
Comment #1 by k.hara.pg — 2013-03-20T01:01:34Z
Comment #2 by github-bugzilla — 2013-03-22T13:04:22Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9ccf408054ded3a3aea1c3e718ebf66ec844385b fix Issue 9764 - Ddoc: Ddoc file name is incorrectly emphasized https://github.com/D-Programming-Language/dmd/commit/606e39275c302bb8d37f3a7a4fa903c3c7b6cbd6 Merge pull request #1775 from 9rnsr/fix9764 Issue 9764 - Ddoc: Ddoc file name is incorrectly emphasized