-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow to specify ddox tool #702
Conversation
MartinNowak
commented
Sep 28, 2015
- can be used to customize the ddox tool (and it's output)
- assumes similar commands/behavior
0e6d279
to
d2549f8
Compare
I'm open to other ways for configuring this as well. |
df60a79
to
4576dd2
Compare
- can be used to customize the ddox tool (and it's output) - assumes similar commands/behavior
- it seems that gdc cannot currently generate a single json file with all output though - remove dummy doc files after as postBuildStep
4576dd2
to
3760fd1
Compare
Ping |
I was wondering if it wouldn't make sense to use this occasion and switch from special handling of the two documentation build types to a separate "dub doc(s)" command. That could avoid additional special cases, such as those internal Anyway, the functionality makes sense, as well as a potential |
It does make sense, but can we separate that and use this PR as intermediate step? |
What do you think? Go with the immediate improvement now and do more later? |
Should be alright. When I get some time I'll look into adding a really simple dedicated command (that just mirrors the current functionality) for the next release. We can extend it later then. |