Skip to content

Commit a8b65a7

Browse files
Fixed section title capitalization and links in TOC and remaining 2 landing pages.
1 parent 7f06968 commit a8b65a7

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# [OpenMP Directives](openmp-directives.md)
2-
# [OpenMP Clauses](openmp-clauses.md)
3-
# [OpenMP Library Reference](openmp-library-reference.md)
4-
## [OpenMP Libraries](openmp-libraries.md)
5-
## [OpenMP Data Types](openmp-data-types.md)
6-
## [OpenMP Environment Variables](openmp-environment-variables.md)
7-
## [OpenMP Functions](openmp-functions.md)
1+
# [OpenMP directives](openmp-directives.md)
2+
# [OpenMP clauses](openmp-clauses.md)
3+
# [OpenMP library reference](openmp-library-reference.md)
4+
## [OpenMP libraries](openmp-libraries.md)
5+
## [OpenMP data types](openmp-data-types.md)
6+
## [OpenMP environment variables](openmp-environment-variables.md)
7+
## [OpenMP functions](openmp-functions.md)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "OpenMP Libraries | Microsoft Docs"
2+
title: "OpenMP libraries | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "10/24/2018"
55
ms.technology: ["cpp-parallel"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
@@ -10,7 +10,7 @@ author: "mikeblome"
1010
ms.author: "mblome"
1111
ms.workload: ["cplusplus"]
1212
---
13-
# OpenMP Libraries
13+
# OpenMP libraries
1414

1515
Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.
1616

@@ -23,10 +23,10 @@ The following libraries contain the Visual C++ OpenMP run-time library functions
2323

2424
If _DEBUG is defined in a compilation and if `#include omp.h` is in source code, VCOMPD.LIB will be the default lib. Otherwise, VCOMP.LIB will be used.
2525

26-
You can use [/NODEFAULTLIB (Ignore Libraries)](../../../build/reference/nodefaultlib-ignore-libraries.md) to remove the default lib and explicitly link with the lib of your choice.
26+
You can use [/NODEFAULTLIB (ignore libraries)](../../../build/reference/nodefaultlib-ignore-libraries.md) to remove the default lib and explicitly link with the lib of your choice.
2727

2828
The OpenMP DLLs are in the Visual C++ redistributable directory and need to be distributed with applications that use OpenMP.
2929

30-
## See Also
30+
## See also
3131

32-
[Library Reference](../../../parallel/openmp/reference/openmp-library-reference.md)
32+
[Library Reference](openmp-library-reference.md)
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "OpenMP Library Reference | Microsoft Docs"
2+
title: "OpenMP library reference | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "10/24/2018"
55
ms.technology: ["cpp-parallel"]
66
ms.topic: "reference"
77
dev_langs: ["C++"]
@@ -10,19 +10,19 @@ author: "mikeblome"
1010
ms.author: "mblome"
1111
ms.workload: ["cplusplus"]
1212
---
13-
# OpenMP Library Reference
13+
# OpenMP library reference
1414

1515
Provides links to constructs used in the OpenMP API.
1616

1717
The Visual C++ implementation of the OpenMP standard includes the following constructs.
1818

1919
|Construct|Description|
2020
|---------------|-----------------|
21-
|[Libraries](../../../parallel/openmp/reference/openmp-libraries.md)|Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.|
22-
|[Data Types](../../../parallel/openmp/reference/openmp-data-types.md)|Provides links to data types used in the OpenMP API.|
23-
|[Environment Variables](../../../parallel/openmp/reference/openmp-environment-variables.md)|Provides links to environment variables used in the OpenMP API.|
24-
|[Functions](../../../parallel/openmp/reference/openmp-functions.md)|Provides links to functions used in the OpenMP API.|
21+
|[Libraries](openmp-libraries.md)|Discusses the .lib files that make up the OpenMP run-time libraries in Visual C++.|
22+
|[Data types](openmp-data-types.md)|Provides links to data types used in the OpenMP API.|
23+
|[Environment variables](openmp-environment-variables.md)|Provides links to environment variables used in the OpenMP API.|
24+
|[Functions](openmp-functions.md)|Provides links to functions used in the OpenMP API.|
2525

26-
## See Also
26+
## See also
2727

2828
[OpenMP](../../../parallel/openmp/openmp-in-visual-cpp.md)

0 commit comments

Comments
 (0)