digitalmars.D.bugs - [Issue 195] New: DDoc generates bad output when example contains "protected" attribute
- d-bugmail puremagic.com (44/44) Jun 14 2006 http://d.puremagic.com/issues/show_bug.cgi?id=195
- d-bugmail puremagic.com (11/11) Oct 28 2009 http://d.puremagic.com/issues/show_bug.cgi?id=195
- d-bugmail puremagic.com (10/10) Oct 29 2009 http://d.puremagic.com/issues/show_bug.cgi?id=195
- d-bugmail puremagic.com (12/12) Nov 06 2009 http://d.puremagic.com/issues/show_bug.cgi?id=195
http://d.puremagic.com/issues/show_bug.cgi?id=195 Summary: DDoc generates bad output when example contains "protected" attribute Product: D Version: 0.160 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: sean f4.ca The code: /** * --- * class C { * protected: * void fn() {} * } * --- */ class C { } void main() { } generates this HTML: <br><br> $(DDOC_MODULE_MEMBERS <dt><big>class <u>C</u>; </big></dt> $(DDOC_DECL_DD <pre class="d_code"> class C { </pre> <b>protected:</b><br> void fn() {} } <pre class="d_code"> </pre> <br><br> <dl></dl> <br><br> --
Jun 14 2006
http://d.puremagic.com/issues/show_bug.cgi?id=195 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |clugdbug yahoo.com.au Fixed by the patch to bug 1117. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 28 2009
http://d.puremagic.com/issues/show_bug.cgi?id=195 Leandro Lucarella <llucax gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llucax gmail.com PDT --- Related SVN revision: http://www.dsource.org/projects/dmd/changeset/227 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 29 2009
http://d.puremagic.com/issues/show_bug.cgi?id=195 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED 11:28:43 PST --- Fixed dmd 1.051 and 2.036 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 06 2009