Skip to content

Commit c6ed31e

Browse files
author
mikeblome
committed
added quotes
1 parent 8c5f319 commit c6ed31e

10 files changed

+10
-9
lines changed

docs/atl/active-template-library-atl-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Active Template Library (ATL) Tutorial"
3-
description: Create an ActiveX control using Microsoft C++ and the Active Template Library.
3+
description: "Create an ActiveX control using Microsoft C++ and the Active Template Library."
44
ms.custom: "get-started-article"
55
ms.date: "05/03/2019"
66
helpviewer_keywords: ["ATL projects, tutorials", "controls [ATL], tutorials", "ATL tutorial", "tutorials [ATL]", "ATL, tutorials"]

docs/build/get-started-linux-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create C++ cross-platform projects in Visual Studio
3-
description: This tutorial shows how to set up, compile, and debug a C++ open-source CMake project in Visual Studio that targets both Linux and Windows.
3+
description: "This tutorial shows how to set up, compile, and debug a C++ open-source CMake project in Visual Studio that targets both Linux and Windows."
44
author: mikeblome
55
ms.topic: tutorial
66
ms.date: "03/05/2019"

docs/build/vcpkg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: vcpkg-- A C++ package manager for Windows, Linux and MacOS
3-
description: vcpkg is a command line package manager that greatly simplifies the acquisition and installation of open-source C++ libraries on Windows.
3+
description: "vcpkg is a command line package manager that greatly simplifies the acquisition and installation of open-source C++ libraries on Windows."
44
author: mikeblome
55
ms.author: mblome
66
ms.date: "03/18/2019"

docs/build/walkthrough-compiling-a-native-cpp-program-on-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Walkthrough: Compiling a Native C++ Program on the Command Line"
3-
description: Use the Microsoft C++ compiler from a command prompt.
3+
description: "Use the Microsoft C++ compiler from a command prompt."
44
ms.custom: "conceptual"
55
ms.date: "04/23/2019"
66
helpviewer_keywords: ["native code [C++]", "Visual C++, native code", "compiling programs [C++]", "command-line applications [C++], native"]

docs/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Walkthrough: Create and use your own Dynamic Link Library (C++)"
3-
description: Use C++ to create a Windows dynamic-link libraty (DLL) in Visual Studio.
3+
description: "Use C++ to create a Windows dynamic-link libraty (DLL) in Visual Studio."
44
ms.custom: "conceptual"
55
ms.date: "04/22/2019"
66
helpviewer_keywords: ["libraries [C++], DLLs", "DLLs [C++], walkthroughs"]

docs/build/walkthrough-creating-and-using-a-static-library-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Walkthrough: Creating and Using a Static Library (C++)"
3-
description: Use C++ to create a static library (.lib) in Visual Studio.
3+
description: "Use C++ to create a static library (.lib) in Visual Studio."
44
ms.custom: "get-started-article"
55
ms.date: "04/25/2019"
66
helpviewer_keywords: ["libraries [C++], static", "static libraries [C++]"]

docs/dotnet/walkthrough-compiling-a-cpp-program-that-targets-the-clr-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compile a C++/CLI Program that Targets the CLR"
3-
description: Use Microsoft C++ to create programs and libraries that can connect native C++ code and .NET programs.
3+
description: "Use Microsoft C++ to create programs and libraries that can connect native C++ code and .NET programs."
44
ms.date: "04/23/2019"
55
helpviewer_keywords: ["command-line applications [C++], managed code", "compiling programs [C++]", "Visual C++, managed code", "managed code [C++]"]
66
ms.assetid: 339f89df-a5d2-4040-831a-ddbe25b5dce4

docs/ide/writing-and-refactoring-code-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Writing and refactoring code (C++)"
3+
description: "Use the C++ code editor in Visual Studio to format, navigate, understand and refactor your code."
34
ms.date: "04/30/2018"
45
ms.assetid: 56ffb9e9-514f-41f4-a3cf-fd9ce2daf3b6
56
---

docs/overview/2019/cpp-conformance-improvements-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "C++ conformance improvements"
33
ms.date: "03/22/2019"
4-
description: Microsoft C++ in Visual Studio 2019 is progressing toward full conformance with the C++20 language standard.
4+
description: "Microsoft C++ in Visual Studio 2019 is progressing toward full conformance with the C++20 language standard."
55
ms.technology: "cpp-language"
66
author: "mikeblome"
77
ms.author: "mblome"

docs/porting/upgrading-projects-from-earlier-versions-of-visual-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Upgrading Projects from Earlier Versions of Visual C++"
3-
description: How to upgrade Microsoft C++ projects from older versions of Visual Studio.
3+
description: "How to upgrade Microsoft C++ projects from older versions of Visual Studio."
44
ms.date: "05/03/2019"
55
helpviewer_keywords: ["32-bit code porting", "upgrading Visual C++ applications, 32-bit code"]
66
ms.assetid: 18cdacaa-4742-43db-9e4c-2d9e73d8cc84

0 commit comments

Comments
 (0)