Skip to content

Commit 5c22738

Browse files
committed
fix ci_test_build_documentation check
Signed-off-by: Harinath Nampally <[email protected]>
1 parent b3af659 commit 5c22738

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

docs/mkdocs/docs/api/macros/json_diagnostic_positions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ When the macro is not defined, the library will define it to its default value.
7878
```
7979
--8<-- "examples/diagnostic_positions.output"
8080
```
81+
8182
The output shows the start/end positions of all the objects and fields in the JSON string.
8283

8384
??? example "Example 2: using only diagnostic positions in exceptions"
@@ -90,7 +91,8 @@ When the macro is not defined, the library will define it to its default value.
9091

9192
```
9293
--8<-- "examples/diagnostic_positions_exception.output"
93-
```
94+
```
95+
9496
The output shows the exception with start/end positions only.
9597

9698
??? example "Example 3: using extended diagnostics with positions enabled in exceptions"
@@ -104,6 +106,7 @@ When the macro is not defined, the library will define it to its default value.
104106
```
105107
--8<-- "examples/diagnostics_extended_positions.output"
106108
```
109+
107110
The output shows the exception with diagnostic path info and start/end positions.
108111
## Version history
109112

docs/examples/diagnostic_positions_exception.cpp renamed to docs/mkdocs/docs/examples/diagnostic_positions_exception.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ int main()
2828
std::cout << e.what() << '\n';
2929
}
3030
}
31-

0 commit comments

Comments
 (0)