Skip to content

Commit a6f9169

Browse files
author
Colin Robertson
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into colin-rc
2 parents 6cad522 + d74018f commit a6f9169

2 files changed

Lines changed: 121 additions & 0 deletions

File tree

docs/_breadcrumb/toc.yml

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
- name: Docs
2+
tocHref: /
3+
topicHref: /
4+
items:
5+
- name: Visual C++
6+
tocHref: /cpp/
7+
topicHref: /cpp/top/visual-cpp-in-visual-studio
8+
items:
9+
- name: C++ Language
10+
tocHref: /cpp/cpp/
11+
topicHref: /cpp/cpp/cpp-language-reference
12+
- name: C Language
13+
tocHref: /cpp/c-language/
14+
topicHref: /cpp/c-language/c-language-reference
15+
- name: C/C++ Preprocessor
16+
tocHref: /cpp/preprocessor
17+
topicHref: /cpp/c-cpp-preprocessor-reference
18+
- name: C Runtime Library
19+
tocHref: /cpp/c-runtime-library/
20+
topicHref: /cpp/c-runtime-library/c-runtime-library-reference
21+
items:
22+
- name: Reference
23+
tocHref: /cpp/c-runtime-library/reference/
24+
topicHref: /cpp/c-runtime-library/reference/alphabetical-function-reference
25+
- name: C++ Standard Library
26+
tocHref: /cpp/standard-library/
27+
topicHref: /cpp/standard-library/cpp-standard-library
28+
- name: Windows
29+
tocHref: /cpp/windows/
30+
topicHref: /cpp/windows/overview-of-windows-programming-in-cpp
31+
items:
32+
- name: ATL
33+
tocHref: /cpp/atl/
34+
topicHref: /cpp/atl/atl-com-desktop-components
35+
items:
36+
- name: Reference
37+
tocHref: /cpp/atl/reference/
38+
topicHref: /cpp/atl/reference/atl-classes
39+
- name: MFC
40+
tocHref: /cpp/mfc/
41+
topicHref: /cpp/mfc/mfc-desktop-applications
42+
items:
43+
- name: Reference
44+
tocHref: /cpp/mfc/reference/
45+
topicHref: /cpp/mfc/reference/mfc-classes
46+
- name: ATL/MFC Shared Classes
47+
tocHref: /cpp/atl-mfc-shared/
48+
topicHref: /cpp/atl-mfc-shared/atl-mfc-shared-classes
49+
items:
50+
- name: Reference
51+
tocHref: /cpp/atl-mfc-shared/reference/
52+
topicHref: /cpp/atl-mfc/shared/reference/classes-shared-by-atl-and-mfc
53+
- name: .NET
54+
tocHref: /cpp/dotnet/
55+
topicHref: /cpp/dotnet/dotnet-programming-with-cpp-cli
56+
- name: Parallel Programming
57+
tocHref: /cpp/parallel/
58+
topicHref: /cpp/parallel/parallel-programming-in-visual-cpp
59+
- name: Data Access
60+
tocHref: /cpp/data/
61+
topicHref: /cpp/data/data-access
62+
items:
63+
- name: OLEDB
64+
tocHref: /cpp/data/oledb/
65+
topicHref: /cpp/data/oledb/ole-db-programming
66+
- name: ODBC
67+
tocHref: /cpp/data/odbc/
68+
topicHref: /cpp/data/odbc/open-database-connectivity-odbc
69+
- name: ADO and RDO
70+
tocHref: /cpp/data/ado-rdo/
71+
topicHref: /cpp/data/ado-rdo/data-bound-controls-ado-and-rdo
72+
- name: IDE and Tools
73+
tocHref: /cpp/ide/
74+
topicHref: /cpp/ide/ide-and-tools-for-visual-cpp-development
75+
items:
76+
- name: IDE
77+
tocHref: /cpp/ide/
78+
topicHref: /cpp/ide/using-the-visual-studio-ide-for-cpp-desktop-development
79+
- name: Building
80+
tocHref: /cpp/build/
81+
tocHref: /cpp/build/building-c-cpp-programs
82+
- name: Intrinsics
83+
tocHref: /cpp/intrinsics/
84+
topicHref: /cpp/intrinsics/c-cpp-intrinsics
85+
- name: Assemblers
86+
tocHref: /cpp/assembler/
87+
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
88+
items:
89+
- name: ARM
90+
tocHref: /cpp/assembler/arm/
91+
topicHref: /cpp/assembler/arm/arm-assembler-reference
92+
- name: Inline assembler
93+
tocHref: /cpp/assembler/inline/
94+
topicHref: /cpp/assembler/inline-assembler-reference
95+
- name: MASM
96+
tocHref: /cpp/assembler/masm/
97+
topicHref: /cpp/assembler/masm/microsoft-macro-assembler-reference
98+
- name: Build Reference
99+
tocHref: /cpp/build/reference/
100+
topicHref: /cpp/build/reference/c-cpp-building-reference
101+
items:
102+
- name: Errors and Warnings
103+
tocHref: /cpp/error-messages/
104+
topicHref: /cpp/error-messages/c-cpp-build-errors
105+
items:
106+
- name: Compiler Errors
107+
tocHref: /cpp/error-messages/compiler-errors-1/
108+
topicHref: /cpp/compiler-errors-1/c-cpp-build-errors
109+
- name: Compiler Warnings
110+
tocHref: /cpp/compiler-warnings/
111+
topicHref: /cpp/compiler-warnings/compiler-warnings-c4000-through-C4199
112+
- name: Other Tools
113+
tocHref: /cpp/error-messages/tool-errors/
114+
topicHref: /cpp/error-messages/tool-errors/vectorizer-and-parallelizer-messages
115+
- name: Porting and Upgrading
116+
tocHref: /cpp/porting/
117+
topicHref: /cpp/porting/porting-and-upgrading-guide
118+
- name: Text and Strings
119+
tocHref: /cpp/text/
120+
topicHref: /cpp/text/text-and-strings

docs/docfx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"overwrite": [],
3131
"externalReference": [],
3232
"globalMetadata": {
33+
"breadcrumb_path": "~/_breadcrumb/toc.yml",
3334
"ROBOTS": "INDEX,FOLLOW",
3435
"author": "",
3536
"ms.author": "",

0 commit comments

Comments
 (0)