diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-10 10:10:45 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-10 10:10:45 (GMT) |
commit | fb7fe3dd7cf48b0e4a7337212129520dff5a236d (patch) | |
tree | af92d907690aaca32543e3eda57d486562b96304 /Documentation/API/SConscript | |
parent | 646ab3617d04f6e20b878c09fce5e58c17def88d (diff) | |
download | swift-contrib-fb7fe3dd7cf48b0e4a7337212129520dff5a236d.zip swift-contrib-fb7fe3dd7cf48b0e4a7337212129520dff5a236d.tar.bz2 |
Conditionally build documentation.
Diffstat (limited to 'Documentation/API/SConscript')
-rw-r--r-- | Documentation/API/SConscript | 7 |
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") |