diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-04-13 00:28:50 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-04-13 00:28:50 +0300 |
commit | 6ebf674798cb0822ff2242c7cb8ee7abb0b0f6cc (patch) | |
tree | becbdda62cb387442ec9156261fd658d7bc38fbd | |
parent | 3d99f67aea55728ba7aff4434dd186f1a2f18e1b (diff) | |
download | meson-6ebf674798cb0822ff2242c7cb8ee7abb0b0f6cc.zip meson-6ebf674798cb0822ff2242c7cb8ee7abb0b0f6cc.tar.gz meson-6ebf674798cb0822ff2242c7cb8ee7abb0b0f6cc.tar.bz2 |
Remove alignment syntax not supported by hotdoc. Closes: #6954. [skip ci]
-rw-r--r-- | docs/markdown/Contributing.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 49b485b..6f4c397 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -236,8 +236,8 @@ actually installed file. The `type` entry specifies how the `file` path should be interpreted based on the current platform. The following values are currently supported: -| `type` | Description | -| :-----------: | ------------------------------------------------------------------------------------------------------- | +| type | Description | +| ------------- | ------------------------------------------------------------------------------------------------------- | | `file` | No postprocessing, just use the provided path | | `exe` | For executables. On Windows the `.exe` suffix is added to the path in `file` | | `shared_lib` | For shared libraries, always written as `name`. The appropriate suffix and prefix are added by platform | @@ -249,7 +249,7 @@ current platform. The following values are currently supported: Except for the `file` and `expr` types, all paths should be provided *without* a suffix. | Argument | Applies to | Description | -| :---------:|----------------------------|-------------------------------------------------------------------------------| +| -----------|----------------------------|-------------------------------------------------------------------------------| | `version` | `shared_lib`, `pdb` | Sets the version to look for appropriately per-platform | | `language` | `pdb` | Determines which compiler/linker determines the existence of this file | @@ -270,8 +270,8 @@ This will be applied appropriatly per platform. On windows this expects `lib.dll If the `platform` key is present, the installed file entry is only considered if the platform matches. The following values for `platform` are currently supported: -| `platform` | Description | -| :--------: | -------------------------------------------------------------------- | +| platform | Description | +| ---------- | -------------------------------------------------------------------- | | `msvc` | Matches when a msvc like compiler is used (`msvc`, `clang-cl`, etc.) | | `gcc` | Not `msvc` | | `cygwin` | Matches when the platform is cygwin | |