From e784df02306022c634f7f07c2c7bdd481d7524a6 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 24 Feb 2018 20:46:44 +0100 Subject: Renamed the API documentation --- scripts/generator/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/generator/generator.py') 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: -- cgit v1.2.3