csharplang/spec
Bill Wagner a4c9db9a69
Address docs build warnings (#5102)
* fix docs suggestions

There are two different types of changes in this PR:

- H1s should use ATX headers (`#`)
- tables should have a header row that is not empty.

* replace docs links with source

This addresses another docs build warning. The docs build system flags absolute links to the pages on docs.microsoft.com as warnings, which should be replaced with relative links. This fix changes the link to the source doc on GitHub. I'm currently looking for a better solution.

* Revert "replace docs links with source"

This reverts commit b40cfc9632.
2021-08-23 14:33:02 -04:00
..
arrays.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
attributes.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
basic-concepts.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
classes.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
conversions.md Fixed links in spec (#3273) 2021-03-01 18:58:12 -08:00
delegates.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
documentation-comments.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
enums.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
exceptions.md Address docs build warnings (#5102) 2021-08-23 14:33:02 -04:00
expressions.md Address docs build warnings (#5102) 2021-08-23 14:33:02 -04:00
interfaces.md Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
introduction.md Address docs build warnings (#5102) 2021-08-23 14:33:02 -04:00
lexical-structure.md Missing ':' in format part of interpolation (#3679) 2020-07-15 09:23:26 -07:00
LICENSE.md Add markdown specification (#9) 2017-02-01 10:35:24 -08:00
namespaces.md Fix example description 2019-02-19 10:28:49 -08:00
README.md Remove outdated info from spec index 2019-08-28 11:45:54 +02:00
statements.md Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
structs.md Fixed links in spec (#3273) 2021-03-01 18:58:12 -08:00
types.md fix sign error (#2933) 2019-11-05 10:18:57 -05:00
unsafe-code.md Update unsafe-code.md 2020-07-16 14:14:04 +06:00
variables.md Update variables.md 2021-04-15 12:22:19 +04:30

C# Language Specification

Version 6

This is an unofficial draft, posted here for convenience. When we submit a C# 6.0 spec proposal to ECMA, it will be shared here.