cpp docs: Remove red error message in online docs

Don't try to offer a preview for .60 markup that just shows struct syntax.
This commit is contained in:
Simon Hausmann 2022-01-20 11:29:10 +01:00
parent 5ae41f0b87
commit 5248468c74

View file

@ -25,7 +25,7 @@ in lexicographic order.
For example, if you have this structure in the .60 file For example, if you have this structure in the .60 file
```60 ```60,ignore
export struct MyStruct := { export struct MyStruct := {
foo: int, foo: int,
bar: string, bar: string,