diff --git a/core/src/processing/core/PFont.java b/core/src/processing/core/PFont.java index 087a4bb73..6a63d9fbe 100644 --- a/core/src/processing/core/PFont.java +++ b/core/src/processing/core/PFont.java @@ -53,6 +53,7 @@ import java.util.Set; * * ^^^^^^^^^^^^^^ setWidth (width displaced by char) * + * @webref typography */ public class PFont implements PConstants { diff --git a/core/src/processing/core/PVector.java b/core/src/processing/core/PVector.java index dcbbd4d8e..0b1cf1f17 100644 --- a/core/src/processing/core/PVector.java +++ b/core/src/processing/core/PVector.java @@ -41,6 +41,7 @@ import processing.core.PConstants; * new PVector object is not created with each operation. *
* Initially based on the Vector3D class by Dan Shiffman. + * @webref math */ public class PVector implements Serializable {