You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/02/17 13:19:12 UTC

svn commit: r508756 - in /maven/jxr/trunk/src/site: apt/examples/java.apt apt/index.apt fml/faq.fml

Author: dennisl
Date: Sat Feb 17 04:19:07 2007
New Revision: 508756

URL: http://svn.apache.org/viewvc?view=rev&rev=508756
Log:
o Correct spelling and update links.

Modified:
    maven/jxr/trunk/src/site/apt/examples/java.apt
    maven/jxr/trunk/src/site/apt/index.apt
    maven/jxr/trunk/src/site/fml/faq.fml

Modified: maven/jxr/trunk/src/site/apt/examples/java.apt
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/apt/examples/java.apt?view=diff&rev=508756&r1=508755&r2=508756
==============================================================================
--- maven/jxr/trunk/src/site/apt/examples/java.apt (original)
+++ maven/jxr/trunk/src/site/apt/examples/java.apt Sat Feb 17 04:19:07 2007
@@ -29,7 +29,7 @@
 
 Using Maven JXR in Java
 
- The cross-referencing API is pretty basic. You could generate xref for a given Java package or single Java source
+ The cross-referencing API is pretty basic. You can generate xref for a given Java package or single Java source
  class. The whole generated file is xref'd by line number.
 
 * Transforming Java Packages
@@ -46,7 +46,7 @@
                "WindowsTitle", "DocTitle", "Bottom" );
 +------+
 
- <<Note>>: the <templateDir> is a directory with several {{{http://jakarta.apache.org/velocity/}Velocity}} templates.
+ <<Note>>: the <templateDir> is a directory with several {{{http://velocity.apache.org/}Velocity}} templates.
  Maven JXR uses its own {{{https://svn.apache.org/repos/asf/maven/jxr/trunk/src/main/resources/templates}templates}}.
 
  The generated JXR structure should be like the following:
@@ -60,9 +60,9 @@
  ...
 +------+
 
-* Transforming Single Java Source File
+* Transforming a Single Java Source File
 
- You could transform a single Java source file with the following:
+ You can transform a single Java source file with the following:
 
 +------+
 File sourceFile = new File( "/src/main/java/Test.java" );

Modified: maven/jxr/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/apt/index.apt?view=diff&rev=508756&r1=508755&r2=508756
==============================================================================
--- maven/jxr/trunk/src/site/apt/index.apt (original)
+++ maven/jxr/trunk/src/site/apt/index.apt Sat Feb 17 04:19:07 2007
@@ -30,17 +30,17 @@
 
 Maven JXR
 
- JXR is a source cross reference generator. It analyzes a set of Java source files and produce HTML files
+ JXR is a source cross reference generator. It analyzes a set of Java source files and produces HTML files
  that shows annotated source code.
 
- Take a look at the {{{xref/index.html}JXR report}} to see a result.
+ Take a look at the {{{xref/index.html}JXR report}} to see the results.
 
- The orignal JXR code was merged in 2004 with the Javasrc project from
+ The orignal JXR code was merged in 2004 with the Javasrc project from the
  {{{http://jakarta.apache.org/alexandria}Jakarta Alexandria}} project.
 
 * Examples
 
-   The following example show how to use Maven JXR in more advanced usecases:
+   The following example shows how to use Maven JXR in more advanced usecases:
 
    * {{{examples/java.html}Using Maven JXR in Java}}
 

Modified: maven/jxr/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/src/site/fml/faq.fml?view=diff&rev=508756&r1=508755&r2=508756
==============================================================================
--- maven/jxr/trunk/src/site/fml/faq.fml (original)
+++ maven/jxr/trunk/src/site/fml/faq.fml Sat Feb 17 04:19:07 2007
@@ -21,8 +21,8 @@
 
 <faqs id="FAQ" title="Frequently Asked Questions">
   <part id="General">
-    <faq id="Is it possible to convert other source files that Java to HTML">
-      <question>Is it possible to convert other source files that Java to HTML?</question>
+    <faq id="Is it possible to convert other source files than Java to HTML">
+      <question>Is it possible to convert other source files than Java to HTML?</question>
       <answer>
         <p>
           Not yet but it is on the roadmap.