1*a69a6d4bSPeter Maydell# Multiline doc comments should have consistent indentation 2*a69a6d4bSPeter Maydell 3*a69a6d4bSPeter Maydell## 4*a69a6d4bSPeter Maydell# @foo: 5*a69a6d4bSPeter Maydell# @a: line one 6*a69a6d4bSPeter Maydell# line two is wrongly indented 7*a69a6d4bSPeter Maydell## 8*a69a6d4bSPeter Maydell{ 'command': 'foo', 'data': { 'a': 'int' } } 9