Skip to content

Commit

Permalink
Fix generation of reference docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tachyus-ryan committed Oct 13, 2014
1 parent 8404f68 commit 133d20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ let buildReference () =
parameters = ("root", root)::info,
sourceRepo = githubLink @@ "tree/master",
sourceFolder = __SOURCE_DIRECTORY__ @@ ".." @@ "..",
publicOnly = true )
publicOnly = true, libDirs = [bin] )

// Build documentation from `fsx` and `md` files in `docs/content`
let buildDocumentation () =
Expand Down

0 comments on commit 133d20f

Please sign in to comment.