diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-31 12:16:32 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-31 20:59:00 +0200 |
commit | 64ed9656f04ec04f394b481041170e3f2cc38adc (patch) | |
tree | 20dd8de88ee0cfe0bee08081ee56488f7d002bd8 /docs/markdown/Compiler-properties.md | |
parent | 2cf85ae16f79b5edcbfa34d57b477c984c79e7a5 (diff) | |
download | meson-64ed9656f04ec04f394b481041170e3f2cc38adc.zip meson-64ed9656f04ec04f394b481041170e3f2cc38adc.tar.gz meson-64ed9656f04ec04f394b481041170e3f2cc38adc.tar.bz2 |
docs: Fix some HTML that leaked into the markdown
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'docs/markdown/Compiler-properties.md')
-rw-r--r-- | docs/markdown/Compiler-properties.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index 4def628..579417a 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -173,7 +173,7 @@ Does a structure contain a member? == Some platforms have different standard structures. Here's how one -would check if a struct called `mystruct` from header `myheader.h</hh> +would check if a struct called `mystruct` from header `myheader.h` contains a member called `some_member`. ```meson |