File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 324
324
// MD-CALC: *Defined at .{{[\/]}}include{{[\/]}}Calculator.h#8*
325
325
// MD-CALC: **brief** A simple calculator class.
326
326
// MD-CALC: Provides basic arithmetic operations.
327
+ // MD-CALC: ## Members
328
+ // MD-CALC: public int public_val
327
329
// MD-CALC: ## Functions
328
330
// MD-CALC: ### add
329
331
// MD-CALC: *public int add(int a, int b)*
354
356
// MD-CALC: **b** Second integer.
355
357
// MD-CALC: **return** double The result of a / b.
356
358
// MD-CALC: **throw**if b is zero.
359
+ // MD-CALC: ### mod
360
+ // MD-CALC: *public int mod(int a, int b)*
361
+ // MD-CALC: *Defined at ./include{{[\/]}}Calculator.h#54*
362
+ // MD-CALC: **brief** Performs the mod operation on integers.
363
+ // MD-CALC: **a** First integer.
364
+ // MD-CALC: **b** Second integer.
365
+ // MD-CALC: **return** The result of a % b.
357
366
358
367
// MD-CIRCLE: # class Circle
359
368
// MD-CIRCLE: *Defined at .{{[\/]}}include{{[\/]}}Circle.h#10*
You can’t perform that action at this time.
0 commit comments