On Thu, 12 Oct 2017 14:41:51 -0400, Steven Schveighoffer wrote:
I can't for the life of me figure out how to get dub to call ddox with a
different --file-name-style option. How does it work?I'd imagine for those building ddox on Windows or Mac, this would be a
common question...-Steve
Hm, this is actually something that is not supported by the current built-in functionality "-b ddox". The only possibility to customize it is to either use a different doc tool, or using the ddoxFilterArgs experimental option, but that doesn't work for output options.
You can of course just take the generated docs.json file and call dub ddox -- generate-html
directly.
The question is if it makes sense to add another experimental option specific to ddox ("ddoxGenerateArgs"), or to work towards a more general solution for integrating documentation generators.