Skip to content

Commit

Permalink
Updated scraper
Browse files Browse the repository at this point in the history
Filename for HTML document containing enumerator documentation had
changed.
  • Loading branch information
Kapiainen committed Mar 26, 2017
1 parent e11ab43 commit af000a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def scrape_api(a_path):
classes_to_process.append(file)
elif file == "namespace_isaac.html":
namespaces_to_process.append(file)
elif file == "group___enumerations.html":
elif file == "group__enums.html":
enums = parse_enums(os.path.join(a_path, file))
elif file == "group___functions.html":
functions_name, functions = parse_class(os.path.join(a_path, file))
Expand Down

0 comments on commit af000a1

Please sign in to comment.