doc: Fix escapes.

Change-Id: If0abff5e259eeaa66c4b8357b72e4f9f2646531c
This commit is contained in:
Alexander Lenz
2017-09-13 15:41:51 +02:00
parent 4e1dd2507e
commit ffd84c4b6e
2 changed files with 6 additions and 6 deletions

View File

@ -58,11 +58,11 @@ vorerst folgende Festlegung:
"firmware": "The SECoP playground",
"modules": ["cryo", {"commands": ["stop", {"resulttype": "None",
"arguments": "[]",
"description": "Testing command implementation\n\nwait a second"
"description": "Testing command implementation\\n\\nwait a second"
},
"start", {"resulttype": "None",
"arguments": "[]",
"description": "normally does nothing,\n\nbut there may be modules which _start_ the action here\n"
"description": "normally does nothing,\\n\\nbut there may be modules which _start_ the action here\\n"
}
],
"group": "very important/stuff",