Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
C# Language Specification
Specification for C# Language
===========================
__Version 6__

Expand Down Expand Up @@ -161,6 +161,7 @@ __Version 6__
* [Stack allocation](unsafe-code.md#stack-allocation)
* [Dynamic memory allocation](unsafe-code.md#dynamic-memory-allocation)
* [Documentation comments](documentation-comments.md)

* [Introduction](documentation-comments.md#introduction)
* [Recommended tags](documentation-comments.md#recommended-tags)
* [Processing the documentation file](documentation-comments.md#processing-the-documentation-file)
Expand Down