Исправляет сборку документации

This commit is contained in:
rodionov 2018-04-05 12:07:38 +03:00
parent e52c96cca4
commit f9e879475d
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ MainProduct {
multiplex: true
inputs: ["doxyconf"]
outputFileTags: ["docs"]
outputArtifacts: [{ filePath: product.docName + ".qch" },
{ filePath: product.docName + "/" }]
outputArtifacts: [{filePath: product.docName + ".qch", fileTags: ["docs"]},
{filePath: product.docName + "/", fileTags: ["docs"]}]
prepare: {
var cmd = new JavaScriptCommand ();
cmd.description = "generating api documentation";