[Issue 13645] New: Incorrect ddoc generation for deprecated module
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Oct 22 00:47:31 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13645
Issue ID: 13645
Summary: Incorrect ddoc generation for deprecated module
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ddoc
Severity: normal
Priority: P1
Component: DMD
Assignee: nobody at puremagic.com
Reporter: k.hara.pg at gmail.com
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>
------
--
More information about the Digitalmars-d-bugs
mailing list