Commit graph

9 commits

Author SHA1 Message Date
Tom Pratt 892af9016b Batch 62 (#2834) 2019-10-01 10:20:14 -04:00
Scott Dorman 4da0c18183 Recommend <remarks> rather than <remark>
Fixes https://github.com/dotnet/csharplang/issues/2435 and updates `<remark>`  to `<remarks>`, per the original text in [ECMA-334](https://ecma-international.org/publications/files/ECMA-ST/ECMA-334.pdf) §D.3.12.
2019-09-11 14:07:05 -07:00
Maira Wenzel 21db2ab731
minor fixes 2019-01-08 10:12:14 -08:00
Drew Noakes dabc5f1943
Replace HTML with markdown code escaping 2018-12-20 09:20:49 +00:00
Drew Noakes 68e4d12247
Fix generic escape character and formatting
A ' quote was listed where a \` should exist (as far as I know).

Also formatted neighbouring character sequences as code blocks for consistency.
2018-12-14 18:58:39 +00:00
Carl Reinke 6d24873592 Remove superfluous asterisks 2018-03-31 21:48:33 -06:00
stakx 7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Sam Harwell 380631f0cc Require an asterisk to close a delimited_doc_comment
Prior to this change, the grammar showed that the asterisk in the '*/' pair
that closes a block comment was optional. This change updates the grammar
rule to require at least one asterisk to appear.
2017-02-01 22:45:24 -06:00
Neal Gafter 6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00