Skip to content

Commit 0dcf413

Browse files
author
Colin Robertson
committed
Fix C/C++ style issue from migration
1 parent 75b4ad9 commit 0dcf413

38 files changed

+64
-64
lines changed

docs/build/TOC.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# [Building C-C++ Programs](building-c-cpp-programs.md)
2-
# [Building C-C++ Isolated Applications and Side-by-side Assemblies](building-c-cpp-isolated-applications-and-side-by-side-assemblies.md)
1+
# [Building C/C++ Programs](building-c-cpp-programs.md)
2+
# [Building C/C++ Isolated Applications and Side-by-side Assemblies](building-c-cpp-isolated-applications-and-side-by-side-assemblies.md)
33
## [Concepts of Isolated Applications and Side-by-side Assemblies](concepts-of-isolated-applications-and-side-by-side-assemblies.md)
4-
## [Building C-C++ Isolated Applications](building-c-cpp-isolated-applications.md)
5-
## [Building C-C++ Side-by-side Assemblies](building-c-cpp-side-by-side-assemblies.md)
4+
## [Building C/C++ Isolated Applications](building-c-cpp-isolated-applications.md)
5+
## [Building C/C++ Side-by-side Assemblies](building-c-cpp-side-by-side-assemblies.md)
66
## [How to: Build Registration-Free COM Components](how-to-build-registration-free-com-components.md)
77
## [How to: Build Isolated Applications to Consume COM Components](how-to-build-isolated-applications-to-consume-com-components.md)
8-
## [Understanding Manifest Generation for C-C++ Programs](understanding-manifest-generation-for-c-cpp-programs.md)
8+
## [Understanding Manifest Generation for C/C++ Programs](understanding-manifest-generation-for-c-cpp-programs.md)
99
### [Manifest Generation in Visual Studio](manifest-generation-in-visual-studio.md)
1010
### [Manifest Generation at the Command Line](manifest-generation-at-the-command-line.md)
11-
### [How to: Embed a Manifest Inside a C-C++ Application](how-to-embed-a-manifest-inside-a-c-cpp-application.md)
12-
## [Troubleshooting C-C++ Isolated Applications and Side-by-side Assemblies](troubleshooting-c-cpp-isolated-applications-and-side-by-side-assemblies.md)
11+
### [How to: Embed a Manifest Inside a C/C++ Application](how-to-embed-a-manifest-inside-a-c-cpp-application.md)
12+
## [Troubleshooting C/C++ Isolated Applications and Side-by-side Assemblies](troubleshooting-c-cpp-isolated-applications-and-side-by-side-assemblies.md)
1313
# [Configuring Programs for 64-Bit (Visual C++)](configuring-programs-for-64-bit-visual-cpp.md)
1414
## [How to: Configure Visual C++ Projects to Target 64-Bit Platforms](how-to-configure-visual-cpp-projects-to-target-64-bit-platforms.md)
1515
## [How to: Enable a 64-Bit Visual C++ Toolset on the Command Line](how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line.md)

docs/build/building-c-cpp-isolated-applications-and-side-by-side-assemblies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Building C-C++ Isolated Applications and Side-by-side Assemblies | Microsoft Docs"
2+
title: "Building C/C++ Isolated Applications and Side-by-side Assemblies | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/building-c-cpp-isolated-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Building C-C++ Isolated Applications | Microsoft Docs"
2+
title: "Building C/C++ Isolated Applications | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/building-c-cpp-programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Building C-C++ Programs | Microsoft Docs"
2+
title: "Building C/C++ Programs | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/building-c-cpp-side-by-side-assemblies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Building C-C++ Side-by-side Assemblies | Microsoft Docs"
2+
title: "Building C/C++ Side-by-side Assemblies | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/how-to-embed-a-manifest-inside-a-c-cpp-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to: Embed a Manifest Inside a C-C++ Application | Microsoft Docs"
2+
title: "How to: Embed a Manifest Inside a C/C++ Application | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/reference/TOC.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# [C-C++ Building Reference](c-cpp-building-reference.md)
2-
# [Compiling a C-C++ Program](compiling-a-c-cpp-program.md)
1+
# [C/C++ Building Reference](c-cpp-building-reference.md)
2+
# [Compiling a C/C++ Program](compiling-a-c-cpp-program.md)
33
## [Setting Compiler Options](setting-compiler-options.md)
44
### [Compiler Command-Line Syntax](compiler-command-line-syntax.md)
55
#### [CL Filename Syntax](cl-filename-syntax.md)
@@ -27,7 +27,7 @@
2727
##### [-clr Restrictions](clr-restrictions.md)
2828
#### [-D (Preprocessor Definitions)](d-preprocessor-definitions.md)
2929
#### [-diagnostics (Compiler diagnostics options)](diagnostics-compiler-diagnostic-options.md)
30-
#### [-doc (Process Documentation Comments) (C-C++)](doc-process-documentation-comments-c-cpp.md)
30+
#### [-doc (Process Documentation Comments) (C/C++)](doc-process-documentation-comments-c-cpp.md)
3131
#### [-E (Preprocess to stdout)](e-preprocess-to-stdout.md)
3232
#### [-EH (Exception Handling Model)](eh-exception-handling-model.md)
3333
#### [-EP (Preprocess to stdout Without #line Directives)](ep-preprocess-to-stdout-without-hash-line-directives.md)
@@ -80,7 +80,7 @@
8080
#### [-LN (Create MSIL Module)](ln-create-msil-module.md)
8181
#### [-MD, -MT, -LD (Use Run-Time Library)](md-mt-ld-use-run-time-library.md)
8282
#### [-MP (Build with Multiple Processes)](mp-build-with-multiple-processes.md)
83-
#### [-nologo (Suppress Startup Banner) (C-C++)](nologo-suppress-startup-banner-c-cpp.md)
83+
#### [-nologo (Suppress Startup Banner) (C/C++)](nologo-suppress-startup-banner-c-cpp.md)
8484
#### [-O Options (Optimize Code)](o-options-optimize-code.md)
8585
##### [-O1, -O2 (Minimize Size, Maximize Speed)](o1-o2-minimize-size-maximize-speed.md)
8686
##### [-Ob (Inline Function Expansion)](ob-inline-function-expansion.md)
@@ -270,11 +270,11 @@
270270
#### [EXPORTS](exports.md)
271271
#### [LIBRARY](library.md)
272272
#### [HEAPSIZE](heapsize.md)
273-
#### [NAME (C-C++)](name-c-cpp.md)
274-
#### [SECTIONS (C-C++)](sections-c-cpp.md)
273+
#### [NAME (C/C++)](name-c-cpp.md)
274+
#### [SECTIONS (C/C++)](sections-c-cpp.md)
275275
#### [STACKSIZE](stacksize.md)
276276
#### [STUB](stub.md)
277-
#### [VERSION (C-C++)](version-c-cpp.md)
277+
#### [VERSION (C/C++)](version-c-cpp.md)
278278
## [Linker Support for Delay-Loaded DLLs](linker-support-for-delay-loaded-dlls.md)
279279
### [Specifying DLLs to Delay Load](specifying-dlls-to-delay-load.md)
280280
### [Explicitly Unloading a Delay-Loaded DLL](explicitly-unloading-a-delay-loaded-dll.md)
@@ -283,7 +283,7 @@
283283
### [Error Handling and Notification](error-handling-and-notification.md)
284284
#### [Notification Hooks](notification-hooks.md)
285285
#### [Failure Hooks](failure-hooks.md)
286-
#### [Exceptions (C-C++)](exceptions-c-cpp.md)
286+
#### [Exceptions (C/C++)](exceptions-c-cpp.md)
287287
### [Dumping Delay-Loaded Imports](dumping-delay-loaded-imports.md)
288288
### [Constraints of Delay Loading DLLs](constraints-of-delay-loading-dlls.md)
289289
### [Understanding the Helper Function](understanding-the-helper-function.md)
@@ -309,7 +309,7 @@
309309
## [Tips for Improving Time-Critical Code](tips-for-improving-time-critical-code.md)
310310
## [Using Function Name Without () Produces No Code](using-function-name-without-parens-produces-no-code.md)
311311
## [Optimization Best Practices](optimization-best-practices.md)
312-
# [C-C++ Build Tools](c-cpp-build-tools.md)
312+
# [C/C++ Build Tools](c-cpp-build-tools.md)
313313
## [BSCMAKE Reference](bscmake-reference.md)
314314
### [Building Browse Information Files: Overview](building-browse-information-files-overview.md)
315315
### [Building a .Bsc File](building-a-dot-bsc-file.md)

docs/build/reference/c-cpp-build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "C-C++ Build Tools | Microsoft Docs"
2+
title: "C/C++ Build Tools | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/reference/c-cpp-building-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "C-C++ Building Reference | Microsoft Docs"
2+
title: "C/C++ Building Reference | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

docs/build/reference/compiling-a-c-cpp-program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Compiling a C-C++ Program | Microsoft Docs"
2+
title: "Compiling a C/C++ Program | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.reviewer: ""

0 commit comments

Comments
 (0)