StackOverflowMATLABchat / MATLABfcnscrape

Scrape MATLAB's documentation for all function names and output to JSON files for external use
2 stars 1 forks source link

Add Function Blacklist via JSON #4

Closed sco1 closed 3 years ago

sco1 commented 3 years ago

(Moving to issue from inline TODO)

As the candidate functions are being iterated through, some filtering is done:

https://github.com/StackOverflowMATLABchat/MATLABfcnscrape/blob/e5fa3604bcde3e3f875cde379784b0ea4d347ede/MATLABfcnscrape.py#L63-L77

Rather than having some additional hardcoded blacklists in the elif clause, support should be added for specifying these additions via JSON.