Skip to content

Commit da35dd1

Browse files
author
mikeblome
committed
fixed toc and links
1 parent 946fe5d commit da35dd1

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/cpp/declarations-and-definitions-cpp.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,16 @@ A C++ program might contain more than one [compilation unit](header-files-cpp.md
9191
## In this section
9292
9393
[extern](extern-cpp.md)
94-
[Header files](header-files.md)
94+
[Header files](header-files-cpp.md)
9595
[Initializers](initializers.md)
96-
[Aliases and typedefs](aliases-and-typedefs.md)
96+
[Aliases and typedefs](aliases-and-typedefs-cpp.md)
9797
[using declaration](using-declaration.md)
98-
[Storage classes]()
99-
[const]()
100-
[constexpr]()
101-
[volatile]()
98+
[Storage classes](storage-classes-cpp.md)
99+
[const](const-cpp.md)
100+
[constexpr](constexpr-cpp.md)
101+
[volatile](volatile-cpp.md)
102+
[decltype](decltype-cpp.md)
103+
[Attributes in C++](attributes.md)
102104
103105
## See also
104106

docs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,7 @@
36633663
- name: Keywords
36643664
href: cpp/keywords-cpp.md
36653665
- name: Punctuators
3666-
href: cpp/punctuators-cpp.md
3666+
href: cpp/punctuators-cpp.md
36673667
- name: Numeric, boolean, and pointer literals
36683668
href: cpp/numeric-boolean-and-pointer-literals-cpp.md
36693669
- name: String and character literals

0 commit comments

Comments
 (0)