summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-10 10:10:45 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-10 10:10:45 (GMT)
commitfb7fe3dd7cf48b0e4a7337212129520dff5a236d (patch)
treeaf92d907690aaca32543e3eda57d486562b96304 /Documentation/API
parent646ab3617d04f6e20b878c09fce5e58c17def88d (diff)
downloadswift-fb7fe3dd7cf48b0e4a7337212129520dff5a236d.zip
swift-fb7fe3dd7cf48b0e4a7337212129520dff5a236d.tar.bz2
Conditionally build documentation.
Diffstat (limited to 'Documentation/API')
-rw-r--r--Documentation/API/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/API/SConscript b/Documentation/API/SConscript
new file mode 100644
index 0000000..0a7ae36
--- /dev/null
+++ b/Documentation/API/SConscript
@@ -0,0 +1,7 @@
+Import("env")
+
+myenv = env.Clone()
+
+myenv.Tool("DoxyGen", toolpath = ["#/BuildTools/SCons/Tools"])
+
+myenv.DoxyGen("Doxyfile")