File tree 4 files changed +4
-25
lines changed
4 files changed +4
-25
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ A template to build a Library for the Processing programming environment.
2
2
3
3
Part of the Processing project - http://processing.org
4
4
5
- Copyright 2011-2016 Elie Zananiri
5
+ Copyright 2011-2018 Elie Zananiri
6
6
Copyright 2008-2011 Andreas Shlegel
7
7
8
8
Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change @@ -373,7 +373,6 @@ ${line}
373
373
<delete dir =" ${ project.bin } " />
374
374
<delete dir =" ${ project.tmp } " />
375
375
<echo >
376
-
377
376
${ line }
378
377
Name ${ project.name }
379
378
Version ${ library.prettyVersion } (${ library.version } )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public class HelloLibrary {
29
29
* initialize and start the Library.
30
30
*
31
31
* @example Hello
32
- * @param theParent
32
+ * @param theParent the parent PApplet
33
33
*/
34
34
public HelloLibrary (PApplet theParent ) {
35
35
myParent = theParent ;
@@ -56,10 +56,8 @@ public static String version() {
56
56
57
57
/**
58
58
*
59
- * @param theA
60
- * the width of test
61
- * @param theB
62
- * the height of test
59
+ * @param theA the width of test
60
+ * @param theB the height of test
63
61
*/
64
62
public void setVariable (int theA , int theB ) {
65
63
myVariable = theA + theB ;
You can’t perform that action at this time.
0 commit comments