From 4005984260466439560545040850557922003325 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 3 Feb 2023 19:36:43 -0500 Subject: Fix sphinx breaking this bulleted list --- docs/guide/type.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/guide') diff --git a/docs/guide/type.md b/docs/guide/type.md index bd96d140..cee53162 100644 --- a/docs/guide/type.md +++ b/docs/guide/type.md @@ -185,6 +185,7 @@ struct Header __packed ### Import Header File If you already have a collection of headers containing types you want to use, you can import them directly. You can specify the compiler flags that would be used if a compiler were compiling a source file that uses this header. Specifically this means you can/should specify: + - `-isystem` for various system header paths - `-I` for various user header paths - `-D=` for macro definitions -- cgit v1.3.1