Skip to content

Commit

Permalink
remove dickens-only commands from reference pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 21, 2024
1 parent 10b6f5f commit 38cc56f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/graphics/jswrap_graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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'"]
Expand Down

0 comments on commit 38cc56f

Please sign in to comment.