mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-08 21:30:54 +02:00
Changed some docs.
This commit is contained in:
@@ -32,13 +32,16 @@ namespace Settings {
|
|||||||
// I didn't create a full parser, as we don't need it.
|
// I didn't create a full parser, as we don't need it.
|
||||||
// See: https://en.wikipedia.org/wiki/YAML
|
// See: https://en.wikipedia.org/wiki/YAML
|
||||||
//
|
//
|
||||||
|
// Supported:
|
||||||
// - We start with '---' and assume a single document. If we encounter '---', error.
|
// - We start with '---' and assume a single document. If we encounter '---', error.
|
||||||
// - # is a comment
|
// - # is a comment
|
||||||
// - indentation is with spaces
|
// - indentation is with spaces
|
||||||
// - Tabs are not allowed
|
// - Tabs are not allowed for indentation
|
||||||
// - key: value pairs
|
// - key: value pairs
|
||||||
// - '-' lists
|
|
||||||
// - strings with quotes
|
// - strings with quotes
|
||||||
|
//
|
||||||
|
// Unsupported:
|
||||||
|
// - '-' lists
|
||||||
// - c-style escaping in strings
|
// - c-style escaping in strings
|
||||||
// - repeated nodes are initially denoted by an ampersand (&) and thereafter referenced with an asterisk (*).
|
// - repeated nodes are initially denoted by an ampersand (&) and thereafter referenced with an asterisk (*).
|
||||||
// - '['..']', !! and % are simply not supported.
|
// - '['..']', !! and % are simply not supported.
|
||||||
|
Reference in New Issue
Block a user