Ticket #5 (closed enhancement: wontfix)

Opened 1 year ago

Last modified 1 year ago

UseDDoc module doesn't build candydocs with dmd

Reported by: flithm Assigned to: flithm
Priority: major Milestone: CMakeD 1.0
Component: component1 Version: 1.0
Keywords: candydoc ddoc dmd Cc:

Description

Currently I don't know how to supply ddoc files to dmd, and thus candydoc doc generation doesn't work. All I need to do is figure out how to pass ddoc files to dmd and update the dmd platform scripts.

Note that candydoc generation works fine with gdc.

Change History

08/28/07 13:49:53 changed by flithm

  • status changed from new to assigned.

08/28/07 20:24:14 changed by flithm

  • status changed from assigned to closed.
  • resolution set to wontfix.

Turns out I did know how... you are supposed to be able to specify .ddoc files on the command line (with no switch) -- assuming -D has been set. Unfortunately this doesn't work with -ofOutputFile.o (appears to be a compiler bug).

This means providing candydoc building with dmd would require a second separate build pass.

Rather than do this I'm hoping the compiler will get fixed to allow this, so I'm setting this as wontfix for now.

If you need candydoc docs, use gdc.