mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
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).
This commit is contained in:
@@ -53,6 +53,7 @@ import java.util.Set;
|
||||
*
|
||||
* ^^^^^^^^^^^^^^ setWidth (width displaced by char)
|
||||
* </PRE>
|
||||
* @webref typography
|
||||
*/
|
||||
public class PFont implements PConstants {
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@ import processing.core.PConstants;
|
||||
* new PVector object is not created with each operation.
|
||||
* <p>
|
||||
* Initially based on the Vector3D class by <a href="http://www.shiffman.net">Dan Shiffman</a>.
|
||||
* @webref math
|
||||
*/
|
||||
public class PVector implements Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user