summaryrefslogtreecommitdiff
path: root/doc/www.gnu.org/faq/faq.wml
diff options
context:
space:
mode:
authorPatrik Reali <patrik@reali.ch>2005-01-27 07:57:14 +0000
committerPatrik Reali <patrik@reali.ch>2005-01-27 07:57:14 +0000
commitb67e91ccf1ba7ce824496d9a09b43c2c3b4c7fbc (patch)
tree6b5285debee76edc33f0c0f277b521afc24c9b85 /doc/www.gnu.org/faq/faq.wml
parent2f56b5dd9ceb405055a6a157193a09a18afe63c2 (diff)
downloadclasspath-b67e91ccf1ba7ce824496d9a09b43c2c3b4c7fbc.tar.gz
2005-01-27 Patrik Reali <reali@acm.org>
* doc/www.gnu.org/faq/faq.wml: current command to generate doc added to the faq
Diffstat (limited to 'doc/www.gnu.org/faq/faq.wml')
-rw-r--r--doc/www.gnu.org/faq/faq.wml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/www.gnu.org/faq/faq.wml b/doc/www.gnu.org/faq/faq.wml
index 440706629..2164bbef1 100644
--- a/doc/www.gnu.org/faq/faq.wml
+++ b/doc/www.gnu.org/faq/faq.wml
@@ -480,6 +480,22 @@ crashes then make sure that your java source files don't contain such
entities.
+Alternatively, you may also try the following command (the one used to generate the doc on <createlink url="http://developer.classpath.org/doc/">):
+<code>
+$(GJDOC) -public -use \
+ -sourcepath "$(sourcepath)" \
+ -encoding UTF-8 \
+ -breakiterator \
+ -licensetext \
+ -linksource \
+ -splitindex \
+ -d html \
+ -doctitle "GNU Classpath $(VERSION)" \
+ -windowtitle "GNU Classpath $(VERSION) Documentation" \
+ -header $(classpathbox) -footer $(classpathbox) \
+ -subpackages java:javax:org
+</code>
+
</faq>
</faq-section>
</box>