Skip to content

Commit

Permalink
[TIMOB-25216] Include Windows Modules docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored and sgtcoolguy committed Nov 13, 2017
1 parent f793b7b commit c743348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Documentation.prototype.generateParityReport = function (next) {
if (this.hasWindows) {
args = args.concat([
'-a', path.join(ROOT_DIR, 'windows', 'doc', 'Titanium'),
'-a', path.join(ROOT_DIR, 'windows', 'doc', 'WindowsOnly')
'-a', path.join(ROOT_DIR, 'windows', 'doc', 'WindowsOnly'),
'-a', path.join(ROOT_DIR, 'windows', 'doc', 'Modules')
]);
}

Expand Down

0 comments on commit c743348

Please sign in to comment.