提交 255f9ddd authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved Javadoc navigation (similar to Scaladoc).

上级 5c0fc070
......@@ -80,7 +80,7 @@ public class LinkChecker {
if (!link.startsWith("http") && !link.endsWith("h2.pdf")
&& link.indexOf("_ja.") < 0) {
if (targets.get(link) == null) {
errors.add(links.get(link) + ": missing link " + link);
errors.add(links.get(link) + ": link missing " + link);
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论