Add example of range comment in REST API documentation

Bug: Issue 2861
Change-Id: Id9db8fd7a56178f469b1ed17d1cac14c78bfff79
This commit is contained in:
David Pursehouse 2014-08-26 14:51:33 +09:00
parent ddb825131b
commit b53c1f6748

View File

@ -1545,6 +1545,16 @@ link:#review-input[ReviewInput] entity.
{
"line": 49,
"message": "[nit] s/conrtol/control"
},
{
"range": {
"start_line": 50,
"start_character": 0,
"end_line": 55,
"end_character": 20
},
"line": 55,
"message": "Incorrect indentation"
}
]
}