We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44654b commit 40535f6Copy full SHA for 40535f6
clang-tools-extra/test/clang-doc/basic-project.test
@@ -337,6 +337,8 @@
337
// MD-CALC: Provides basic arithmetic operations.
338
// MD-CALC: ## Members
339
// MD-CALC: public int public_val
340
+// MD-CALC: ## Records
341
+// MD-CALC: static_val
342
// MD-CALC: ## Functions
343
// MD-CALC: ### add
344
// MD-CALC: *public int add(int a, int b)*
@@ -369,7 +371,7 @@
369
371
// MD-CALC: **throw**if b is zero.
370
372
// MD-CALC: ### mod
373
// MD-CALC: *public int mod(int a, int b)*
-// MD-CALC: *Defined at ./include/Calculator.h#54*
374
+// MD-CALC: *Defined at ./include{{[\/]}}Calculator.h#54*
375
// MD-CALC: **brief** Performs the mod operation on integers.
376
// MD-CALC: **a** First integer.
377
// MD-CALC: **b** Second integer.
0 commit comments