Browse Source

Anchors should be inside, not outside, header tags.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@832894 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
6a0ad17b8f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      docs/manual/properties.html

+ 4
- 4
docs/manual/properties.html View File

@@ -50,7 +50,7 @@
the one of the <a href="CoreTasks/macrodef.html">macrodef</a>
task.</p>

<a name="built-in-props"><h2>Built-in Properties</h2></a>
<h2><a name="built-in-props">Built-in Properties</a></h2>

<p>Ant provides access to all system properties as if they had been
defined using a <code>&lt;property&gt;</code> task. For
@@ -97,7 +97,7 @@ ant.library.dir the directory that has been used to load Ant's
jars from. In most cases this is ANT_HOME/lib.
</pre>

<a name="propertyHelper"><h1>PropertyHelpers</h1></a>
<h1><a name="propertyHelper">PropertyHelpers</a></h1>

<p>Ant's property handling is accomplished by an instance of
<code>org.apache.tools.ant.PropertyHelper</code> associated with
@@ -275,8 +275,8 @@ public class ToStringEvaluator implements PropertyHelper.PropertyEvaluator {
Antlib</a> provides a few interesting evaluators but there are
also a few built-in ones.</p>

<a name="toString"><h3>Getting the value of a Reference with
${toString:}</h3></a>
<h3><a name="toString">Getting the value of a Reference with
${toString:}</a></h3>

<p>Any Ant type which has been declared with a reference can also
its string value extracted by using the <code>${toString:}</code>


Loading…
Cancel
Save