未验证 提交 07748327 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #3644 from oleg-nenashev/build/javadoc-package-html

Javadoc: Cleanup obsolete <tt> tags from package.html
...@@ -23,5 +23,5 @@ THE SOFTWARE. ...@@ -23,5 +23,5 @@ THE SOFTWARE.
--> -->
<html><head/><body> <html><head/><body>
Core object model that are bound to URLs via stapler, rooted at <a href="Hudson.html"><tt>Hudson</tt></a>. Core object model that are bound to URLs via stapler, rooted at <a href="Hudson.html"><code>Hudson</code></a>.
</body></html> </body></html>
\ No newline at end of file
...@@ -23,5 +23,5 @@ THE SOFTWARE. ...@@ -23,5 +23,5 @@ THE SOFTWARE.
--> -->
<html><head/><body> <html><head/><body>
Hudson's interface with source code management systems. Start with <a href="SCM.html"><tt>SCM</tt></a> Hudson's interface with source code management systems. Start with <a href="SCM.html"><code>SCM</code></a>
</body></html> </body></html>
\ No newline at end of file
...@@ -23,6 +23,6 @@ THE SOFTWARE. ...@@ -23,6 +23,6 @@ THE SOFTWARE.
--> -->
<html><head/><body> <html><head/><body>
Built-in <a href="Builder.html"><tt>Builder</tt></a>s and <a href="Publisher.html"><tt>Publisher</tt></a>s Built-in <a href="Builder.html"><code>Builder</code></a>s and <a href="Publisher.html"><code>Publisher</code></a>s
that perform the actual heavy-lifting of a build. that perform the actual heavy-lifting of a build.
</body></html> </body></html>
\ No newline at end of file
...@@ -23,5 +23,5 @@ THE SOFTWARE. ...@@ -23,5 +23,5 @@ THE SOFTWARE.
--> -->
<html><head/><body> <html><head/><body>
Built-in <a href="Trigger.html"><tt>Trigger</tt></a>s that run periodically to kick a new build. Built-in <a href="Trigger.html"><code>Trigger</code></a>s that run periodically to kick a new build.
</body></html> </body></html>
\ No newline at end of file
...@@ -32,10 +32,10 @@ but modifications are made since then to make the syntax more consistent. ...@@ -32,10 +32,10 @@ but modifications are made since then to make the syntax more consistent.
<h2>Changes to the original code</h2> <h2>Changes to the original code</h2>
<p> <p>
Our version has support for getting rid of surrounding "bb.beans { ... }" if the script Our version has support for getting rid of surrounding "bb.beans { ... }" if the script
is parsed via the <tt>BeanBuilder.parse()</tt> method. is parsed via the <code>BeanBuilder.parse()</code> method.
</p> </p>
<p> <p>
Anonymous bean definition syntax is changed to <tt>bean(CLASS) {...}</tt> from Anonymous bean definition syntax is changed to <code>bean(CLASS) {...}</code> from
<tt>{CLASS _ -> ...}</tt> to increase consistency with named bean definition. <code>{CLASS _ -> ...}</code> to increase consistency with named bean definition.
</p> </p>
</body></html> </body></html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册