fix(scraper): get_doc_from_page wrong message
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details

This commit is contained in:
Aire-One 2022-10-04 20:40:28 +02:00
parent 66712f891a
commit 6cfee3f49f
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function module.get_doc_from_page(html: string): Module_Doc
elseif section_name == "Static module functions" then elseif section_name == "Static module functions" then
module_doc.static_functions = List(extract_section_functions(dl_html)) module_doc.static_functions = List(extract_section_functions(dl_html))
elseif section_name == "Object properties" then elseif section_name == "Object properties" then
print "Not implemented: Deprecated object properties" print "Not implemented: Object properties"
elseif section_name == "Deprecated object properties" then elseif section_name == "Deprecated object properties" then
print "Not implemented: Deprecated object properties" print "Not implemented: Deprecated object properties"
elseif section_name == "Object methods" then elseif section_name == "Object methods" then