Skip to content

Commit ef05390

Browse files
Merge pull request #2517 from thomashope/fix-doc-formatting
Fix markdown formatting issues in docs
2 parents 9a6f7f7 + 709d43c commit ef05390

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

website/docs/globals/premake_OS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: _OS
33
---
44

5-
:::caution_
5+
:::caution
66
**This has been deprecated in Premake 5.0 alpha 12.** Use the new [_TARGET_OS](premake_TARGET_OS.md) instead.
77
:::
88

website/docs/linkerfatalwarnings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ linkerfatalwarnings { "warnings" }
1010

1111
For Visual Studio, the MSC warning number should be used to specify the warning. On other compilers, the warning should be identified by name.
1212

13-
In addition, Premake provides a special value to turn on all linker warnings.
13+
In addition, Premake provides the special value `All` to turn on all linker warnings.
1414

15-
| Value | Description |
16-
-------------------------------------------
17-
| All | Treat all linker warnings as errors |
15+
| Value | Description |
16+
|-------|-------------------------------------|
17+
| All | Treat all linker warnings as errors |
1818

1919
### Applies To ###
2020

website/docs/os/os.is.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:::caution
2-
**This function has been deprecated.** Use [os.istarget()](os.istarget.md), os.target()](os.target.md), or [os.host()](os.host.md) instead.
2+
**This function has been deprecated.** Use [os.istarget()](os.istarget.md), [os.target()](os.target.md), or [os.host()](os.host.md) instead.
33
:::
44

55
Checks the current operating system identifier against a particular value.

website/docs/profile.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ profile "value"
55
```
66

77
### Parameters ###
8-
| Value | Description |
9-
-------------------------------------------------------------------------------------
10-
| On | Turn on instrumented performance profiling. |
11-
| Off | Turn off instrumented performance profiling. |
8+
9+
| Value | Description |
10+
|---------|----------------------------------------------|
11+
| On | Turn on instrumented performance profiling. |
12+
| Off | Turn off instrumented performance profiling. |
1213

1314
### Applies To ###
1415

0 commit comments

Comments
 (0)