Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
remove default ddox generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Jan 15, 2017
1 parent 755dc0b commit 12e3a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ dependency "vibe-d" version="~>0.7.30"
targetType "library"
targetPath "lib"

// the default
configuration "lib" {
}

// solely to generate the docs.json
configuration "ddox" {
dflags "-D" "-X" "-Xfdocs.json"
}
}

0 comments on commit 12e3a5a

Please sign in to comment.