summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-02-03 19:36:43 -0500
committerGlenn Smith <glenn@vector35.com>2023-02-03 19:36:43 -0500
commit4005984260466439560545040850557922003325 (patch)
treeaa529fbc711d5f27b2242e9753dc48c35df4a3ce /docs/guide
parent25f5c6d28c1bf5183d1ee1bfd791bf91ada11e9c (diff)
Fix sphinx breaking this bulleted list
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/type.md1
1 files changed, 1 insertions, 0 deletions
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<path>` for various system header paths
- `-I<path>` for various user header paths
- `-D<macro>=<value>` for macro definitions