mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-16 11:55:20 +00:00
Add numerous documentation fixes.
This commit is contained in:
@@ -26,6 +26,7 @@ public class Operator {
|
||||
* Creates a new operator with the given parameters.
|
||||
*
|
||||
* @param associativity the associativity of the operator.
|
||||
* @param operatorType the type of this operator, like binary infix or unary postfix.
|
||||
* @param precedence the precedence of the operator.
|
||||
* @param function the function that the operator calls.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user