From f0d693b1cd719eeef29e9dea6b1e15030fcc4a2f Mon Sep 17 00:00:00 2001 From: sansumbrella Date: Sun, 7 Aug 2011 23:35:25 +0000 Subject: [PATCH] edit to PApplet and PImage to confirm that @webref image:pixels tag writes methods properly to index. --- core/src/processing/core/PApplet.java | 2 +- core/src/processing/core/PImage.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 70bf6a6fa..967c18273 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -13583,7 +13583,7 @@ public class PApplet extends Applet * As of release 0149, this function ignores imageMode(). * ( end auto-generated ) * - * @webref pimage:method + * @webref image:pixels * @brief Copies a pixel or rectangle of pixels using different blending modes * @param src an image variable referring to the source image * @param sx X coordinate of the source's upper left corner diff --git a/core/src/processing/core/PImage.java b/core/src/processing/core/PImage.java index a0cc3e248..d669617f0 100644 --- a/core/src/processing/core/PImage.java +++ b/core/src/processing/core/PImage.java @@ -1700,7 +1700,7 @@ public class PImage implements PConstants, Cloneable { * As of release 0149, this function ignores imageMode(). * ( end auto-generated ) * - * @webref pimage:method + * @webref image:pixels * @brief Copies a pixel or rectangle of pixels using different blending modes * @param src an image variable referring to the source image * @param sx X coordinate of the source's upper left corner