|
@@ -2,7 +2,7 @@
|
2
|
2
|
comment0.target=Operations
|
3
|
3
|
comment1.params=x\ y
|
4
|
4
|
comment1.target=int\ add(int,\ int)
|
5
|
|
-comment1.text=\n\ The\ addition\ function.\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ the\ sum\ of\ x\ and\ y\n
|
|
5
|
+comment1.text=\n\ The\ addition\ function.\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ the\ sum\ of\ x\ and\ y\n\ \n
|
6
|
6
|
comment2.params=x\ y
|
7
|
7
|
comment2.target=int\ subtract(int,\ int)
|
8
|
8
|
comment2.text=\n\ The\ subtraction\ function\n\ @param\ x\ The\ first\ operand\n\ @param\ y\ The\ second\ operand\n\ @return\ y\ taken\ from\ x\n
|