On 08.08.2011 15:36, simendsjo wrote:
I use absolute paths in a build script, and Ddoc uses the full path in a
comment in the generated files. This makes version control very
difficult as all developers has to use the same location (and possibly
operating system). Is there a way to avoid this without changing by
build script?

Could it instead just write the module? Or module as a filename?
pack.mod -> pack.mod
or
pack.mod -> pack/mod.d

Reply via email to