vmote 2003/03/11 17:15:22
Modified: src/documentation/content/xdocs faq.xml
Log:
Add developer section. Add FAQ for obtaining javadocs.
Revision Changes Path
1.9 +11 -0 xml-fop/src/documentation/content/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/faq.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- faq.xml 27 Jan 2003 00:49:44 -0000 1.8
+++ faq.xml 12 Mar 2003 01:15:22 -0000 1.9
@@ -1645,6 +1645,17 @@
</faq>
</part>
<part>
+ <title>General Developer Questions</title>
+ <faq id="javadoc_location">
+ <question>How do I get the javadocs for FOP?</question>
+ <answer>
+ <p>Currently, the only way to get FOP javadocs is to <link
href="download.html">
+ Download the source code</link> and then <link href="compiling.html">Build
+ FOP</link> using the ant build task "javadocs".</p>
+ </answer>
+ </faq>
+ </part>
+ <part>
<title>General suggestions. How to solve problems.</title>
<faq>
<question>Where to post bugs.</question>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]