summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2018-02-24 20:46:44 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2018-02-24 20:46:44 +0100
commite784df02306022c634f7f07c2c7bdd481d7524a6 (patch)
tree409d3f22f11d2244238e05524851c2ae88f9969f /scripts
parent45cc809879249c2e0e6f655fb1d830ca8771c771 (diff)
Renamed the API documentation
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index 8c071ab3..f085dc57 100755
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -267,7 +267,7 @@ def main(argv):
f.write(cpp.FOOTER)
# API documentation
- filename = cl_args.clblast_root + "/doc/clblast.md"
+ filename = cl_args.clblast_root + "/doc/api.md"
# Stores the header and the footer of the original documentation file
with open(filename) as f: