Skip to content
Snippets Groups Projects
Commit 3eb83191 authored by Ankur Dave's avatar Ankur Dave
Browse files

Generate GraphX docs

parent 6bd9a78e
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ include FileUtils ...@@ -20,7 +20,7 @@ include FileUtils
if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1') if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
# Build Scaladoc for Java/Scala # Build Scaladoc for Java/Scala
projects = ["core", "examples", "repl", "bagel", "streaming", "mllib"] projects = ["core", "examples", "repl", "bagel", "graphx", "streaming", "mllib"]
puts "Moving to project root and building scaladoc." puts "Moving to project root and building scaladoc."
curr_dir = pwd curr_dir = pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment