digitalmars.D.bugs - [Issue 8160] New: Ddoc doesn't emit docs for manifest constants
- d-bugmail puremagic.com (19/19) May 29 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8160
- d-bugmail puremagic.com (17/17) May 30 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8160
- d-bugmail puremagic.com (13/13) May 30 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8160
http://d.puremagic.com/issues/show_bug.cgi?id=8160 Summary: Ddoc doesn't emit docs for manifest constants Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: alex lycus.org --- Comment #0 from Alex Rønne Petersen <alex lycus.org> 2012-05-30 00:53:53 CEST --- It appears that Ddoc does not emit any documentation for manifest constants, even when they are marked public. I assume that this is a bug, since manifest constants are part of the public interface of a library. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 29 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8160 Mike Wey <mike-wey planet.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mike-wey planet.nl --- Comment #1 from Mike Wey <mike-wey planet.nl> 2012-05-30 10:47:50 PDT --- There doesn't seem to be any problem with dmd 2.059 (Linux 64bits). This code: /// Defines the version of ImageMagick where these headers are based on. enum MagickLibVersion = 0x677; ///ditto enum MagickLibVersionText = "6.7.7"; Results in the folowing documentation: file:///home/mike/Projects/DMagick/docs/c/magickVersion.html -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 30 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8160 Alex Rønne Petersen <alex lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Alex Rønne Petersen <alex lycus.org> 2012-05-30 19:50:58 CEST --- Indeed... turns out my code was completely wrong. I had accidentally used version (Ddoc) instead of version (D_Ddoc). Closing as invalid. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 30 2012