Switch Javadoc <code>...</code> to {@code ...}

Update Javadoc to use the {@code ...} syntax when possible.
This commit is contained in:
Phillip Webb
2015-06-05 10:10:34 -07:00
parent 6230d905c6
commit 7609c43685
32 changed files with 100 additions and 104 deletions

View File

@@ -138,7 +138,7 @@ public abstract class AstUtils {
}
/**
* Extract a top-level <code>name</code> closure from inside this block if there is
* Extract a top-level {@code name} closure from inside this block if there is
* one, optionally removing it from the block at the same time.
* @param block a block statement (class definition)
* @param name the name to look for

View File

@@ -55,7 +55,7 @@ import org.springframework.core.annotation.AnnotationAwareOrderComparator;
* features:
* <ul>
* <li>{@link CompilerAutoConfiguration} strategies will be read from
* <code>META-INF/services/org.springframework.boot.cli.compiler.CompilerAutoConfiguration</code>
* {@code META-INF/services/org.springframework.boot.cli.compiler.CompilerAutoConfiguration}
* (per the standard java {@link ServiceLoader} contract) and applied during compilation</li>
*
* <li>Multiple classes can be returned if the Groovy source defines more than one Class</li>