From 329bb738110229532c3f1827eae56e77fca9a55f Mon Sep 17 00:00:00 2001 From: sansumbrella Date: Sun, 7 Aug 2011 21:57:47 +0000 Subject: [PATCH] added @webref tags to PVector and PFont at the class level. Now writing out as expected. Updated index template with newlines after category headings. RefBuild currently not calling php scripts (commented out during dev). --- core/src/processing/core/PFont.java | 1 + core/src/processing/core/PVector.java | 1 + 2 files changed, 2 insertions(+) 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 {