From 90c24d78938568f632c7132412e05677403bcd52 Mon Sep 17 00:00:00 2001 From: miheer vaidya Date: Sun, 12 Mar 2017 12:22:45 +0530 Subject: [PATCH 1/2] fixed some formatting - fixed inline code formatting for include name - fixed code highlighting by marking the code block as cpp --- docs/cpp/type-info-class.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cpp/type-info-class.md b/docs/cpp/type-info-class.md index e1ae12b37e..282285f876 100644 --- a/docs/cpp/type-info-class.md +++ b/docs/cpp/type-info-class.md @@ -38,9 +38,9 @@ translation.priority.ht: # type_info Class The **type_info** class describes type information generated within the program by the compiler. Objects of this class effectively store a pointer to a name for the type. The **type_info** class also stores an encoded value suitable for comparing two types for equality or collating order. The encoding rules and collating sequence for types are unspecified and may differ between programs. - The <`typeinfo>` header file must be included in order to use the **type_info** class. The interface for the **type_info** class is: + The `` header file must be included in order to use the **type_info** class. The interface for the **type_info** class is: -``` +```cpp class type_info { public: virtual ~type_info(); @@ -68,4 +68,4 @@ public: Type information is generated for polymorphic classes only if the [/GR (Enable Run-Time Type Information)](../build/reference/gr-enable-run-time-type-information.md) compiler option is specified. ## See Also - [Run-Time Type Information](../cpp/run-time-type-information.md) \ No newline at end of file + [Run-Time Type Information](../cpp/run-time-type-information.md) From da70be2c48159535977ee137e4f8e5dafc61413d Mon Sep 17 00:00:00 2001 From: "C.J. Gronlund" Date: Fri, 17 Mar 2017 20:06:08 -0700 Subject: [PATCH 2/2] Update specify-debug-configuration-settings.md (#15) Fixed probable typo: "Eebug" changed to "Debug" --- docs/ide/specify-debug-configuration-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ide/specify-debug-configuration-settings.md b/docs/ide/specify-debug-configuration-settings.md index 946ba15977..b77036cf39 100644 --- a/docs/ide/specify-debug-configuration-settings.md +++ b/docs/ide/specify-debug-configuration-settings.md @@ -1,5 +1,5 @@ --- -title: "New Project From Existing Code Eebug Setting (Visual C++) | Microsoft Docs" +title: "New Project From Existing Code Debug Setting (Visual C++) | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" @@ -67,4 +67,4 @@ Use this page of the Create New Project From Existing Code Files wizard to speci Specifies .NET assemblies to process when building the new project. For more information, see [/FU (Name Forced #using File)](../build/reference/fu-name-forced-hash-using-file.md). ## See Also - [Specify Project Settings, Create New Project From Existing Code Files Wizard](../ide/specify-project-settings-create-new-project-from-existing-code-files-wizard.md) \ No newline at end of file + [Specify Project Settings, Create New Project From Existing Code Files Wizard](../ide/specify-project-settings-create-new-project-from-existing-code-files-wizard.md)