Skip to content

Commit 17bf586

Browse files
authored
Merge pull request #29 from andre2007/extraDependencyFiles
Docu for extraDependencyFiles added
2 parents 5f6d790 + ceea3a7 commit 17bf586

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

views/package_format_json.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,11 @@ block body
311311
td: code string[]
312312
td A list of <a href="http://dlang.org/phobos/std_path.html#.globMatch">globs</a> matching files or directories to be copied to <code>targetPath</code>. Matching directories are copied recursively, i.e. <code>"copyFiles": ["path/to/dir"]"</code> recursively copies <code>dir</code>, while <code>"copyFiles": ["path/to/dir/*"]"</code> only copies files within <code>dir</code>.
313313

314+
tr
315+
td extraDependencyFiles
316+
td: code string[]
317+
td A list of <a href="http://dlang.org/phobos/std_path.html#.globMatch">globs</a> matching files to be checked for rebuilding the dub project.
318+
314319
tr
315320
td versions
316321
td: code string[]

views/package_format_sdl.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ block body
284284
td: code "&lt;pattern1&gt;" ["&lt;pattern2&gt;" [...]]
285285
td A list of <a href="http://dlang.org/phobos/std_path.html#.globMatch">globs</a> matching files or directories to be copied to <code>targetPath</code>. Matching directories are copied recursively, i.e. <code>"copyFiles": ["path/to/dir"]"</code> recursively copies <code>dir</code>, while <code>"copyFiles": ["path/to/dir/*"]"</code> only copies files within <code>dir</code>.
286286

287+
tr
288+
td extraDependencyFiles
289+
td: code "&lt;pattern1&gt;" ["&lt;pattern2&gt;" [...]]
290+
td A list of <a href="http://dlang.org/phobos/std_path.html#.globMatch">globs</a> matching files to be checked for rebuilding the dub project.
291+
287292
tr
288293
td versions
289294
td: code "&lt;version1&gt;" ["&lt;version2&gt;" [...]]

0 commit comments

Comments
 (0)