aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2009-07-29 01:44:16 +0200
committerRoel Spilker <r.spilker@gmail.com>2009-07-29 01:44:16 +0200
commit86acfadf552be04499c22de4531cc473e26372c5 (patch)
tree5fd2a0e92210e2dc08da8226fa9efe87edcc86c3 /build.xml
parent2781b8592b526beddef6158b756b19e2194c30d0 (diff)
downloadlombok-86acfadf552be04499c22de4531cc473e26372c5.tar.gz
lombok-86acfadf552be04499c22de4531cc473e26372c5.tar.bz2
lombok-86acfadf552be04499c22de4531cc473e26372c5.zip
Use single quote instead of double quote in javadoc generation due to wonky
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e9c5a638..73c3718b 100644
--- a/build.xml
+++ b/build.xml
@@ -233,7 +233,7 @@
<classpath refid="lombok.deps.path" />
<classpath refid="lombok.libs.path" />
<link href="http://java.sun.com/javase/6/docs/api/" offline="true" packagelistLoc="./deps/javadoc/java6"/>
- <header><![CDATA[<a href="http://projectlombok.org/">Lombok</a> - ]]>v${lombok.version}</header>
+ <header><![CDATA[<a href='http://projectlombok.org/'>Lombok</a> - ]]>v${lombok.version}</header>
<bottom><![CDATA[<i>Copyright &#169; 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom>
</javadoc>
<mkdir dir="doc/api" />