Skip to content

Commit 111ee74

Browse files
authored
Merge pull request #3063 from MicrosoftDocs/master
8/20/2020 AM Publish
2 parents 65fead5 + 1ddbd70 commit 111ee74

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

docs/_breadcrumb/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@
8989
- name: Linux
9090
tocHref: /cpp/linux/
9191
topicHref: /cpp/linux/index
92+
- name: Linux
93+
tocHref: /cpp/build/configure-cmake-debugging-sessions
94+
topicHref: /cpp/linux/index
9295
- name: MFC
9396
tocHref: /cpp/mfc/
9497
topicHref: /cpp/mfc/mfc-desktop-applications

docs/c-runtime-library/format-specification-fields-scanf-and-wscanf-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Format Specification Fields: scanf and wscanf Functions"
33
ms.date: "11/04/2016"
4+
ms.topic: "reference"
5+
ms.custom: contperfq1
46
helpviewer_keywords: ["width, specifications in scanf function", "scanf format specifications", "scanf width specifications", "scanf type field characters", "type fields, scanf function", "format specification fields for scanf function", "type fields"]
57
ms.assetid: 7e95de1b-0b71-4de3-9f81-c9560c78e039
68
---

docs/linux/cmake-linux-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Use the following settings to run commands on the Linux system before and after
139139

140140
## Next steps
141141

142-
[Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md)
142+
[Configure CMake debugging sessions](../build/configure-cmake-debugging-sessions.md?toc=/cpp/linux/toc.json&bc=/cpp/_breadcrumb/toc.json)
143143

144144
## See also
145145

docs/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
href: ../linux/cmake-linux-project.md
4949
- name: Configure a Linux CMake project
5050
href: ../linux/cmake-linux-configure.md
51+
- name: Configure CMake debugging sessions
52+
href: ../build/configure-cmake-debugging-sessions.md?toc=/cpp/linux/toc.json&bc=/cpp/_breadcrumb/toc.json
5153
- name: "Tutorial: Create C++ cross-platform projects in Visual Studio"
5254
href: ../build/get-started-linux-cmake.md
5355
- name: Configure Linux projects to use Address Sanitizer

0 commit comments

Comments
 (0)