NullEnt1ty / gmod-wiki-scraper

Extract GLua API documentation from the new Garry's Mod wiki
https://www.npmjs.com/package/gmod-wiki-scraper
MIT License
9 stars 1 forks source link

Cannot parse "Not a function" pages #10

Open NullEnt1ty opened 4 years ago

NullEnt1ty commented 4 years ago

There exist some pages on the wiki which describe instance / class variables and not functions. The scraper does not know how to parse these pages and prints a warning instead.

Here's the output:

WARN : Unknown page type encountered on page 'derma.Controls' WARN : Unknown page type encountered on page 'derma.SkinList' WARN : Unknown page type encountered on page 'jit.arch' WARN : Unknown page type encountered on page 'jit.os' WARN : Unknown page type encountered on page 'jit.version' WARN : Unknown page type encountered on page 'jit.version_num' WARN : Unknown page type encountered on page 'math.huge' WARN : Unknown page type encountered on page 'math.pi' WARN : Unknown page type encountered on page 'utf8.charpattern' WARN : Unknown page type encountered on page 'util.worldpicker'