186 ), |
186 ), |
187 "D270": QCoreApplication.translate( |
187 "D270": QCoreApplication.translate( |
188 "DocStyleChecker", "'{0}' line should be followed by an '{1}' line" |
188 "DocStyleChecker", "'{0}' line should be followed by an '{1}' line" |
189 ), |
189 ), |
190 "D271": QCoreApplication.translate( |
190 "D271": QCoreApplication.translate( |
|
191 "DocStyleChecker", "'{0}' line should not be preceded by an empty line" |
|
192 ), |
|
193 "D272": QCoreApplication.translate( |
191 "DocStyleChecker", "don't use '{0}' but '{1}' instead" |
194 "DocStyleChecker", "don't use '{0}' but '{1}' instead" |
192 ), |
195 ), |
193 } |
196 } |
194 |
197 |
195 _docStyleMessagesSampleArgs = { |
198 _docStyleMessagesSampleArgs = { |
197 "D252": ["RuntimeError"], |
200 "D252": ["RuntimeError"], |
198 "D253": ["RuntimeError"], |
201 "D253": ["RuntimeError"], |
199 "D262": ["buttonClicked"], |
202 "D262": ["buttonClicked"], |
200 "D263": ["buttonClicked"], |
203 "D263": ["buttonClicked"], |
201 "D270": ["@param", "@type"], |
204 "D270": ["@param", "@type"], |
202 "D271": ["@ptype", "@type"], |
205 "D271": ["@type"], |
|
206 "D272": ["@ptype", "@type"], |
203 } |
207 } |