processing-py-site icon indicating copy to clipboard operation
processing-py-site copied to clipboard

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

Open teacherAmmon opened this issue 5 years ago • 1 comments

teacherAmmon avatar Jan 12 '21 19:01 teacherAmmon

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).

tabreturn avatar Jan 12 '21 23:01 tabreturn