diff --git a/libs/graphics/jswrap_graphics.c b/libs/graphics/jswrap_graphics.c index 9717d2eb4..5339373b5 100644 --- a/libs/graphics/jswrap_graphics.c +++ b/libs/graphics/jswrap_graphics.c @@ -1169,7 +1169,7 @@ Draw a filled circle in the Foreground Color "type" : "method", "class" : "Graphics", "name" : "fillAnnulus", - "#if" : "defined(DICKENS)", + "#if" : "defined(DICKENS)", "no_docs":1, "generate" : "jswrap_graphics_fillAnnulus", "params" : [ ["x","int32","The X axis"], @@ -2863,7 +2863,7 @@ JsVar *jswrap_graphics_getVectorFontPolys(JsGraphics *gfx, JsVar *str, JsVar *op "type" : "method", "class" : "Graphics", "name" : "drawLineString", - "#if" : "defined(DICKENS)", + "#if" : "defined(DICKENS)", no_docs":1, "generate" : "jswrap_graphics_drawLineString", "params" : [ ["str","JsVar","The string"], @@ -4278,7 +4278,7 @@ void jswrap_graphics_dump(JsVar *parent) { "type" : "method", "class" : "Graphics", "name" : "saveScreenshot", - "#if" : "defined(DICKENS)", + "#if" : "defined(DICKENS)", no_docs":1, "generate" : "jswrap_graphics_saveScreenshot", "params" : [ ["filename","JsVar","If supplied, a file to save, otherwise 'screenshot.img'"]