jdf / processing-py-site

Site for processing.py.
MIT License
197 stars 52 forks source link

the example on https://py.processing.org/reference/mouseReleased.html is not broken but is labeled as broken #188

Open teacherAmmon opened 3 years ago

tabreturn commented 3 years ago

Thanks, @teacherAmmon. Several of the mouse event functions have this label, yet work fine. The reference is generated from these XML files: https://github.com/jdf/processing-py-site/tree/master/Reference/api_en

It appears the site-generator is unhappy with the <image> tags. The issue affects the following entries: createReader, frameRate_var, hour, key, keyCode, keyPressed_var, keyPressed, loop, mouseDragged, mouseMoved, mousePressed_var, mousePressed, mouseReleased

I've submitted a fix (#189).