Doc generation fix.
This commit is contained in:
parent
85a0e2c0a3
commit
8eae6c61bc
|
@ -34,4 +34,4 @@ ignore = test/*, examples/*, docsrc/*, autoddoc/*, yaml.d, unittest.d, cdc.d, dy
|
|||
[DDOC]
|
||||
# Command to use to generate the documentation.
|
||||
# Can be modified e.g. to use GDC or LDC.
|
||||
ddoc_command = dmd -d -c -o-
|
||||
ddoc_command = dmd -d -c -o- -Isource
|
||||
|
|
Loading…
Reference in a new issue