From 5248468c745974794e932c50b42bc47acdbe735f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 20 Jan 2022 11:29:10 +0100 Subject: [PATCH] cpp docs: Remove red error message in online docs Don't try to offer a preview for .60 markup that just shows struct syntax. --- api/sixtyfps-cpp/docs/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/sixtyfps-cpp/docs/types.md b/api/sixtyfps-cpp/docs/types.md index 5b485b430..f9e33ddcf 100644 --- a/api/sixtyfps-cpp/docs/types.md +++ b/api/sixtyfps-cpp/docs/types.md @@ -25,7 +25,7 @@ in lexicographic order. For example, if you have this structure in the .60 file -```60 +```60,ignore export struct MyStruct := { foo: int, bar: string,