Skip to content

Commit f606243

Browse files
committed
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).
1 parent 619f1ee commit f606243

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/processing/core/PFont.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
*
5454
* ^^^^^^^^^^^^^^ setWidth (width displaced by char)
5555
* </PRE>
56+
* @webref typography
5657
*/
5758
public class PFont implements PConstants {
5859

core/src/processing/core/PVector.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
* new PVector object is not created with each operation.
4242
* <p>
4343
* Initially based on the Vector3D class by <a href="http://www.shiffman.net">Dan Shiffman</a>.
44+
* @webref math
4445
*/
4546
public class PVector implements Serializable {
4647

0 commit comments

Comments
 (0)