Browse Source

Minor HTML corrections.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278198 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 20 years ago
parent
commit
bd1175188a
3 changed files with 6 additions and 7 deletions
  1. +3
    -3
      docs/manual/CoreTypes/filterchain.html
  2. +2
    -3
      docs/manual/CoreTypes/regexp.html
  3. +1
    -1
      docs/manual/base_task_classes.html

+ 3
- 3
docs/manual/CoreTypes/filterchain.html View File

@@ -375,7 +375,7 @@ regular expression matching strings.
</tr>
</table>

See <a href="../CoreTypes/regexp.html">Regexp Type</a> for the description of the nested element regexp and of
See <a href="regexp.html">Regexp Type</a> for the description of the nested element regexp and of
the choice of regular expression implementation.
<h4>Example:</h4>

@@ -1159,7 +1159,7 @@ Include only lines that contain "foo";
This string filter replaces regular expressions.
This filter may be used directly within a filterchain.
<p>
See <a href="../CoreTypes/regexp.html#implementation">Regexp Type</a>
See <a href="regexp.html#implementation">Regexp Type</a>
concerning the choice of the implementation.
</p>

@@ -1206,7 +1206,7 @@ The filter may optionally replace the matched regular expression.
This filter may be used directly within a filterchain.
<p>
See
<a href="../CoreTypes/regexp.html#implementation">Regexp Type</a>
<a href="regexp.html#implementation">Regexp Type</a>
concerning the choice of regular expression implementation.
</p>
<table cellSpacing=0 cellPadding=2 border=1>


+ 2
- 3
docs/manual/CoreTypes/regexp.html View File

@@ -38,8 +38,7 @@ Defines a regular expression for later use with id myregexp.
<p>
Use the regular expression with id myregexp.
</p>
<a name="implementation"/>
<h3>Choice of regular expression implementation</h3>
<h3><a name="implementation">Choice of regular expression implementation</a></h3>
<p>
Ant comes with
wrappers for
@@ -96,4 +95,4 @@ These string filters also use the mechanism of regexp to choose a regular expres
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation.
All rights Reserved.</p>
</body>
</html>
</html>

+ 1
- 1
docs/manual/base_task_classes.html View File

@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us">
<link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
<title>Tasks Desinged for Extension</title>
<title>Tasks Designed for Extension</title>
</head>

<body>


Loading…
Cancel
Save