You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/07/26 13:23:32 UTC

svn commit: r797906 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt

Author: vsiveton
Date: Sun Jul 26 11:23:32 2009
New Revision: 797906

URL: http://svn.apache.org/viewvc?rev=797906&view=rev
Log:
o typo

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt?rev=797906&r1=797905&r2=797906&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/examples/links-configuration.apt Sun Jul 26 11:23:32 2009
@@ -86,6 +86,7 @@
   <<Note>>: if you are using an unsupported JDK like 7.0, you could add its Javadoc API url using the
   {{{../javadoc-mojo.html#javaApiLinks}javaApiLinks}} parameter, i.e.:
 
++-----+
  <javaApiLinks>
    ...
    <property>
@@ -93,6 +94,7 @@
      <value>http://download.java.net/jdk7/docs/api/</value>
    </property>
  </javaApiLinks>
++-----+
 
   Refer to {{{../javadoc-mojo.html#links}links}} parameter for more information.
 
@@ -115,9 +117,9 @@
   The offlineLinks for <<module1>> will be <<</absolute/path/to/>>><<module2>><<</target/site/apidocs>>> and
   the offlineLinks for <<module2>> will be <<</absolute/path/to/>>><<module1>><<</target/site/apidocs>>>.
 
-  <<Important Note>>: all offlinelinks are based on the $\{project.url\}.
+  <<Important Note>>: all offlinelinks are based on the $\{project.url\} if present.
 
-  Since 2.6, you could not disable the cross reference for <<<offlineLinks>>> using the
+  Since 2.6, you could disable the cross reference for <<<offlineLinks>>> using the
   {{{../javadoc-mojo.html#detectOfflineLinks}detectOfflineLinks}} parameter.
 
   Refer to {{{../javadoc-mojo.html#offlineLinks}offlineLinks}} parameter for more information.