Mercurial > p > roundup > code
comparison doc/admin_guide.txt @ 8442:0bb29d0509c9
fix missing formatting
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 01 Sep 2025 20:35:54 -0400 |
| parents | 3bdae15252c6 |
| children | 39a6825d10ca |
comparison
equal
deleted
inserted
replaced
| 8441:5bd5d46d72ec | 8442:0bb29d0509c9 |
|---|---|
| 115 | 115 |
| 116 1. A ``//`` possibly indented with whitespace on a line is considereda | 116 1. A ``//`` possibly indented with whitespace on a line is considereda |
| 117 a comment and is stripped from the file before being passed to the | 117 a comment and is stripped from the file before being passed to the |
| 118 json parser. This is a "line comment". | 118 json parser. This is a "line comment". |
| 119 | 119 |
| 120 2. A ``//` with at least three white space characters before it is | 120 2. A ``//`` with at least three white space characters before it is |
| 121 stripped from the end of the line before begin passed to the json | 121 stripped from the end of the line before begin passed to the json |
| 122 parser. This is an "inline comment". | 122 parser. This is an "inline comment". |
| 123 | 123 |
| 124 Block style comments are not supported. | 124 Block style comments are not supported. |
| 125 | 125 |
