Bug 13645 – Incorrect ddoc generation for deprecated module

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-10-22T07:47:00Z
Last change time
2015-02-18T03:38:37Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
k.hara.pg

Comments

Comment #0 by k.hara.pg — 2014-10-22T07:47:31Z
Deprecated module does not emit module ddoc comment correctly. ------ /** Documentation comment on module */ deprecated("msg") module test; ------ Generates: ------ <html><head> <META http-equiv="content-type" content="text/html; charset=utf-8"> <title>test</title> </head><body> <h1>test</h1> <!-- Generated by Ddoc from test.d --> <br><br> <hr><small>Page generated by <a href="http://dlang.org/ddoc.html">Ddoc</a>. </small> </body></html> ------
Comment #1 by k.hara.pg — 2014-10-23T01:56:22Z
Comment #2 by github-bugzilla — 2014-10-24T20:23:12Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b316ed2d88718551b41ca6636041c5a97d8b93b3 fix Issue 13645 - Incorrect ddoc generation for deprecated module https://github.com/D-Programming-Language/dmd/commit/269b026d1dc9400fd3526a10c30d935110ee770e Merge pull request #4082 from 9rnsr/fix13645 Issue 13645 - Incorrect ddoc generation for deprecated module
Comment #3 by github-bugzilla — 2015-02-18T03:38:37Z