@@ -168,7 +168,7 @@ class ForStmt extends ConditionalStmt, LoopStmtImpl, @forstmt {
168168 }
169169
170170 /**
171- * DEPRECATED: Use getBody() instead.
171+ * DEPRECATED: Use ` getBody()` instead.
172172 *
173173 * Gets the body of this `for` loop.
174174 */
@@ -216,7 +216,7 @@ class EnhancedForStmt extends LoopStmtImpl, @enhancedforstmt {
216216 Expr getExpr ( ) { result .isNthChildOf ( this , 1 ) }
217217
218218 /**
219- * DEPRECATED: Use getBody() instead.
219+ * DEPRECATED: Use ` getBody()` instead.
220220 *
221221 * Gets the body of this enhanced `for` loop.
222222 */
@@ -240,7 +240,7 @@ class WhileStmt extends ConditionalStmt, LoopStmtImpl, @whilestmt {
240240 override Expr getCondition ( ) { result .getParent ( ) = this }
241241
242242 /**
243- * DEPRECATED: Use getBody() instead.
243+ * DEPRECATED: Use ` getBody()` instead.
244244 *
245245 * Gets the body of this `while` loop.
246246 */
@@ -264,7 +264,7 @@ class DoStmt extends ConditionalStmt, LoopStmtImpl, @dostmt {
264264 override Expr getCondition ( ) { result .getParent ( ) = this }
265265
266266 /**
267- * DEPRECATED: Use getBody() instead.
267+ * DEPRECATED: Use ` getBody()` instead.
268268 *
269269 * Gets the body of this `do` loop.
270270 */
@@ -642,7 +642,7 @@ class SynchronizedStmt extends Stmt, @synchronizedstmt {
642642/** A `return` statement. */
643643class ReturnStmt extends Stmt , @returnstmt {
644644 /**
645- * DEPRECATED: Use getExpr() instead.
645+ * DEPRECATED: Use ` getExpr()` instead.
646646 *
647647 * Gets the expression returned by this `return` statement, if any.
648648 */
0 commit comments